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

Unified Diff: chrome/browser/extensions/extension_service.h

Issue 1240573012: Extension syncing: Introduce a NeedsSync pref (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ext_sync_uninstall
Patch Set: (b); hackfix sync_integration_tests 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: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index 01efc6156303f30522673a96d3e670f7da4e6cee..c70e9eeed193bbd519763450ba05c8c669352aff 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -405,11 +405,6 @@ class ExtensionService
Profile* profile() { return profile_; }
- void set_extension_sync_service(
- ExtensionSyncService* extension_sync_service) {
- extension_sync_service_ = extension_sync_service;
- }
-
// Note that this may return NULL if autoupdate is not turned on.
extensions::ExtensionUpdater* updater() { return updater_.get(); }
@@ -619,9 +614,6 @@ class ExtensionService
// Blacklist for the owning profile.
extensions::Blacklist* blacklist_;
- // The ExtensionSyncService that is used by this ExtensionService.
- ExtensionSyncService* extension_sync_service_;
-
// Sets of enabled/disabled/terminated/blacklisted extensions. Not owned.
extensions::ExtensionRegistry* registry_;
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_service.cc » ('j') | chrome/browser/extensions/extension_service_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698