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

Unified Diff: extensions/browser/extensions_browser_client.h

Issue 1251323003: Cleanup: give ChromeAppSorting a BrowserContext (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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
« no previous file with comments | « extensions/browser/extension_prefs_factory.cc ('k') | extensions/browser/null_app_sorting.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extensions_browser_client.h
diff --git a/extensions/browser/extensions_browser_client.h b/extensions/browser/extensions_browser_client.h
index 883afc85ff54eb7feafde813b794980bb6d00b79..672b9251de9252174a0fd3767da28eea22112a8e 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -162,7 +162,8 @@ class ExtensionsBrowserClient {
virtual void PermitExternalProtocolHandler() = 0;
// Creates a new AppSorting instance.
- virtual scoped_ptr<AppSorting> CreateAppSorting() = 0;
+ virtual scoped_ptr<AppSorting> CreateAppSorting(
+ content::BrowserContext* context) = 0;
// Return true if the system is run in forced app mode.
virtual bool IsRunningInForcedAppMode() = 0;
« no previous file with comments | « extensions/browser/extension_prefs_factory.cc ('k') | extensions/browser/null_app_sorting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698