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

Unified Diff: extensions/browser/app_window/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: extensions/browser/app_window/app_window_client.h
diff --git a/extensions/browser/app_window/app_window_client.h b/extensions/browser/app_window/app_window_client.h
index 82d0f4e07e003bfa394fff13f6eb46971ac7bfe5..a832b23044d37a6a337738f62a94beff88116abc 100644
--- a/extensions/browser/app_window/app_window_client.h
+++ b/extensions/browser/app_window/app_window_client.h
@@ -5,8 +5,6 @@
#ifndef EXTENSIONS_BROWSER_APP_WINDOW_APP_WINDOW_CLIENT_H_
#define EXTENSIONS_BROWSER_APP_WINDOW_APP_WINDOW_CLIENT_H_
-#include <vector>
-
#include "base/callback_forward.h"
#include "extensions/browser/app_window/app_window.h"
@@ -27,9 +25,6 @@ class AppWindowClient {
public:
virtual ~AppWindowClient() {}
- // 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