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

Unified Diff: chrome/browser/ui/apps/chrome_app_window_client.h

Issue 586613002: Remove AppsClient::GetLoadedBrowserContexts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move to chrome/browser/apps 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: chrome/browser/ui/apps/chrome_app_window_client.h
diff --git a/chrome/browser/ui/apps/chrome_app_window_client.h b/chrome/browser/ui/apps/chrome_app_window_client.h
index 02774bd86c48b0bf00a5648f5a4375612c1fe094..6e10ffaf6034eb42d747730ee0a5c93d29c0326c 100644
--- a/chrome/browser/ui/apps/chrome_app_window_client.h
+++ b/chrome/browser/ui/apps/chrome_app_window_client.h
@@ -25,8 +25,6 @@ class ChromeAppWindowClient : public extensions::AppWindowClient {
friend struct DefaultSingletonTraits<ChromeAppWindowClient>;
// extensions::AppWindowClient
- virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
- OVERRIDE;
virtual extensions::AppWindow* CreateAppWindow(
content::BrowserContext* context,
const extensions::Extension* extension) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698