| Index: apps/shell/browser/shell_apps_client.h
|
| diff --git a/apps/shell/browser/shell_apps_client.h b/apps/shell/browser/shell_apps_client.h
|
| index c374cd7d07293674612a93752a2c0934cb89fa25..cade20dd6ea7ae314c00a2291d54d9e8e2319a82 100644
|
| --- a/apps/shell/browser/shell_apps_client.h
|
| +++ b/apps/shell/browser/shell_apps_client.h
|
| @@ -26,8 +26,6 @@ class ShellAppsClient : public AppsClient {
|
| // apps::AppsClient implementation:
|
| virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
|
| OVERRIDE;
|
| - virtual bool CheckAppLaunch(content::BrowserContext* context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| virtual AppWindow* CreateAppWindow(content::BrowserContext* context,
|
| const extensions::Extension* extension)
|
| OVERRIDE;
|
|
|