chromium/content/test/test_web_contents_factory.cc

// Copyright 2015 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "content/public/test/test_web_contents_factory.h"

#include "base/memory/ptr_util.h"
#include "base/run_loop.h"
#include "content/public/browser/web_contents.h"
#include "content/public/test/test_renderer_host.h"
#include "content/public/test/web_contents_tester.h"

namespace content {

TestWebContentsFactory::TestWebContentsFactory()
    :{}

TestWebContentsFactory::~TestWebContentsFactory() {}

WebContents* TestWebContentsFactory::CreateWebContents(
    BrowserContext* context) {}

void TestWebContentsFactory::DestroyWebContents(WebContents* contents) {}

}  // namespace content