| Index: trunk/src/ash/test/ash_test_base.cc
|
| ===================================================================
|
| --- trunk/src/ash/test/ash_test_base.cc (revision 270304)
|
| +++ trunk/src/ash/test/ash_test_base.cc (working copy)
|
| @@ -19,6 +19,7 @@
|
| #include "ash/wm/coordinate_conversion.h"
|
| #include "ash/wm/window_positioner.h"
|
| #include "base/command_line.h"
|
| +#include "content/public/test/web_contents_tester.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| #include "ui/aura/client/screen_position_client.h"
|
| #include "ui/aura/client/window_tree_client.h"
|
| @@ -80,6 +81,13 @@
|
|
|
| } // namespace
|
|
|
| +content::WebContents* AshTestViewsDelegate::CreateWebContents(
|
| + content::BrowserContext* browser_context,
|
| + content::SiteInstance* site_instance) {
|
| + return content::WebContentsTester::CreateTestWebContents(browser_context,
|
| + site_instance);
|
| +}
|
| +
|
| /////////////////////////////////////////////////////////////////////////////
|
|
|
| AshTestBase::AshTestBase()
|
|
|