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

Unified Diff: athena/extensions/shell/athena_shell_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: athena/extensions/shell/athena_shell_app_window_client.h
diff --git a/athena/extensions/shell/athena_shell_app_window_client.h b/athena/extensions/shell/athena_shell_app_window_client.h
index d8ff00d287ce19728e335407235de3300653e1d4..27b2eef612d255cdcfe3348033f0150aa52b111f 100644
--- a/athena/extensions/shell/athena_shell_app_window_client.h
+++ b/athena/extensions/shell/athena_shell_app_window_client.h
@@ -12,13 +12,11 @@ namespace athena {
class AthenaShellAppWindowClient : public AthenaAppWindowClientBase {
public:
- AthenaShellAppWindowClient(content::BrowserContext* context);
+ AthenaShellAppWindowClient();
virtual ~AthenaShellAppWindowClient();
private:
// extensions::AppWindowClient
- virtual std::vector<content::BrowserContext*> GetLoadedBrowserContexts()
- OVERRIDE;
virtual extensions::AppWindow* CreateAppWindow(
content::BrowserContext* context,
const extensions::Extension* extension) OVERRIDE;
@@ -26,8 +24,6 @@ class AthenaShellAppWindowClient : public AthenaAppWindowClientBase {
const base::Closure& callback) OVERRIDE;
virtual bool IsCurrentChannelOlderThanDev() OVERRIDE;
- content::BrowserContext* context_;
-
DISALLOW_COPY_AND_ASSIGN(AthenaShellAppWindowClient);
};

Powered by Google App Engine
This is Rietveld 408576698