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

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: . 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
Index: extensions/browser/extensions_browser_client.h
diff --git a/extensions/browser/extensions_browser_client.h b/extensions/browser/extensions_browser_client.h
index 4aefa37e7ad8759f3364511488ca206965b96334..5c52a1cb9c5c009d0ae15207bcf2cd051e347870 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -161,7 +161,8 @@ class ExtensionsBrowserClient {
virtual void PermitExternalProtocolHandler() = 0;
// Creates a new AppSorting instance.
- virtual scoped_ptr<AppSorting> CreateAppSorting() = 0;
+ virtual scoped_ptr<AppSorting> CreateAppSorting(
not at google - send to devlin 2015/07/23 15:35:11 Even more cleanup: This stuff would all be much s
Marc Treib 2015/07/24 11:38:34 I started on this, but then realized it creates a
not at google - send to devlin 2015/07/24 14:43:53 That's pretty typical, usually all these things de
+ content::BrowserContext* context) = 0;
// Return true if the system is run in forced app mode.
virtual bool IsRunningInForcedAppMode() = 0;

Powered by Google App Engine
This is Rietveld 408576698