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

Unified Diff: extensions/browser/app_sorting.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 | « chrome/browser/extensions/test_extension_system.cc ('k') | extensions/browser/extension_prefs_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/app_sorting.h
diff --git a/extensions/browser/app_sorting.h b/extensions/browser/app_sorting.h
index bc6378db30536d1643bbacafee4d06126655efde..3ab4c80c51d1f17ebc406ef7c04dea37e53a736f 100644
--- a/extensions/browser/app_sorting.h
+++ b/extensions/browser/app_sorting.h
@@ -11,8 +11,6 @@
#include "extensions/common/extension.h"
#include "sync/api/string_ordinal.h"
-class ExtensionSyncService;
-
namespace extensions {
class ExtensionScopedPrefs;
@@ -32,10 +30,6 @@ class AppSorting {
// Remove it after the investigation is concluded.
virtual void CheckExtensionScopedPrefs() const = 0;
- // Sets up the ExtensionSyncService to inform of changes that require syncing.
- virtual void SetExtensionSyncService(
- ExtensionSyncService* extension_sync_service) = 0;
-
// Properly initializes internal values that require |extension_ids|.
// SetExtensionScopedPrefs must have been called prior to this.
virtual void Initialize(const extensions::ExtensionIdList& extension_ids) = 0;
« no previous file with comments | « chrome/browser/extensions/test_extension_system.cc ('k') | extensions/browser/extension_prefs_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698