Chromium Code Reviews| 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; |