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

Unified Diff: extensions/browser/extensions_browser_client.h

Issue 1254363004: Move ownership of AppSorting from ExtensionPrefs to ExtensionSystem (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix extensions_unittests Created 5 years, 4 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 672b9251de9252174a0fd3767da28eea22112a8e..82c78d42763f69cff58b397613a43d9382e95215 100644
--- a/extensions/browser/extensions_browser_client.h
+++ b/extensions/browser/extensions_browser_client.h
@@ -37,7 +37,6 @@ class URLRequestJob;
namespace extensions {
class ApiActivityMonitor;
-class AppSorting;
class ComponentExtensionResourceManager;
class Extension;
class ExtensionCache;
@@ -161,10 +160,6 @@ class ExtensionsBrowserClient {
// ExternalProtocolHandler::PermitLaunchUrl() in Chrome.
virtual void PermitExternalProtocolHandler() = 0;
- // Creates a new AppSorting instance.
- virtual scoped_ptr<AppSorting> CreateAppSorting(
- 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