| Index: athena/test/sample_activity_factory.h
|
| diff --git a/athena/test/sample_activity_factory.h b/athena/test/sample_activity_factory.h
|
| index af4a5beb2d1c8e094011b5e66a0bcaa90146a2a3..819d9cc2b0b726dbd084139f89034d7655e9744e 100644
|
| --- a/athena/test/sample_activity_factory.h
|
| +++ b/athena/test/sample_activity_factory.h
|
| @@ -20,8 +20,6 @@ class SampleActivityFactory : public ActivityFactory {
|
| virtual Activity* CreateWebActivity(content::BrowserContext* browser_context,
|
| const base::string16& title,
|
| const GURL& url) OVERRIDE;
|
| - virtual Activity* CreateAppActivity(extensions::ShellAppWindow* app_window,
|
| - const std::string& app_id) OVERRIDE;
|
| virtual Activity* CreateAppActivity(extensions::AppWindow* app_window,
|
| views::WebView* web_view) OVERRIDE;
|
|
|
|
|