| Index: chrome/browser/ui/apps/chrome_apps_client.h
|
| diff --git a/chrome/browser/ui/apps/chrome_apps_client.h b/chrome/browser/ui/apps/chrome_apps_client.h
|
| index cda63019aad82123195870e45903827d3e31f032..6b1a76f3b6b680e0202c294886a5a9b61bea8d76 100644
|
| --- a/chrome/browser/ui/apps/chrome_apps_client.h
|
| +++ b/chrome/browser/ui/apps/chrome_apps_client.h
|
| @@ -25,8 +25,6 @@ class ChromeAppsClient : public extensions::AppsClient {
|
| friend struct DefaultSingletonTraits<ChromeAppsClient>;
|
|
|
| // extensions::AppsClient
|
| - virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
|
| - OVERRIDE;
|
| virtual extensions::AppWindow* CreateAppWindow(
|
| content::BrowserContext* context,
|
| const extensions::Extension* extension) OVERRIDE;
|
|
|