| Index: chrome/browser/apps/chrome_apps_client.h
|
| diff --git a/chrome/browser/apps/chrome_apps_client.h b/chrome/browser/apps/chrome_apps_client.h
|
| index a3d402a00dd21f8bd3d392e896221a5cb5bf27ac..7e318e853cb9831ff8d7489779001356faacba57 100644
|
| --- a/chrome/browser/apps/chrome_apps_client.h
|
| +++ b/chrome/browser/apps/chrome_apps_client.h
|
| @@ -26,8 +26,6 @@ class ChromeAppsClient : public apps::AppsClient {
|
| // apps::AppsClient
|
| virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
|
| OVERRIDE;
|
| - virtual bool CheckAppLaunch(content::BrowserContext* context,
|
| - const extensions::Extension* extension) OVERRIDE;
|
| virtual apps::AppWindow* CreateAppWindow(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extension) OVERRIDE;
|
|
|