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

Unified Diff: extensions/browser/app_window/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/browser/app_window/apps_client.h
diff --git a/extensions/browser/app_window/apps_client.h b/extensions/browser/app_window/apps_client.h
index ee6459f1c16d4fc0daa33400fb489b8b3c35fe8e..927d0cb3e8824528d773b75a7fe5b32e798d62ad 100644
--- a/extensions/browser/app_window/apps_client.h
+++ b/extensions/browser/app_window/apps_client.h
@@ -5,8 +5,6 @@
#ifndef EXTENSIONS_BROWSER_APP_WINDOW_APPS_CLIENT_H_
#define EXTENSIONS_BROWSER_APP_WINDOW_APPS_CLIENT_H_
-#include <vector>
-
#include "base/callback_forward.h"
#include "extensions/browser/app_window/app_window.h"
@@ -28,9 +26,6 @@ class AppsClient {
public:
virtual ~AppsClient() {}
- // Get all loaded browser contexts.
- virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts() = 0;
-
// Creates a new AppWindow for the app in |extension| for |context|.
// Caller takes ownership.
virtual AppWindow* CreateAppWindow(content::BrowserContext* context,

Powered by Google App Engine
This is Rietveld 408576698