Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(189)

Unified Diff: extensions/shell/browser/shell_apps_client.h

Issue 586613002: Remove AppsClient::GetLoadedBrowserContexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: extensions/shell/browser/shell_apps_client.h
diff --git a/extensions/shell/browser/shell_apps_client.h b/extensions/shell/browser/shell_apps_client.h
index 2aaa5ba7ec42153c053b911024eb1b33a1984605..93c356d42f927ec25e6c680fda318756119d2959 100644
--- a/extensions/shell/browser/shell_apps_client.h
+++ b/extensions/shell/browser/shell_apps_client.h
@@ -18,8 +18,6 @@ class ShellAppsClient : public AppsClient {
virtual ~ShellAppsClient();
// AppsClient overrides:
- virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
- OVERRIDE;
virtual AppWindow* CreateAppWindow(content::BrowserContext* context,
const Extension* extension) OVERRIDE;
virtual NativeAppWindow* CreateNativeAppWindow(

Powered by Google App Engine
This is Rietveld 408576698