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

Unified Diff: chrome/browser/sync/profile_sync_components_factory_impl.cc

Issue 312163004: [Sync] Add support for dynamically enabling/disabling types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comment, fix purging behavior Created 6 years, 6 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/sync/profile_sync_components_factory_impl.cc
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc
index da74517c33ceb446021bb6c460b687979d4a3551..e844300552b8f6b1cea55ebd83ecc11bc882a916 100644
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc
@@ -193,7 +193,7 @@ void ProfileSyncComponentsFactoryImpl::DisableBrokenType(
const tracked_objects::Location& from_here,
const std::string& message) {
ProfileSyncService* p = ProfileSyncServiceFactory::GetForProfile(profile_);
- p->DisableBrokenDatatype(type, from_here, message);
+ p->DisableDatatype(type, from_here, message);
}
DataTypeController::DisableTypeCallback

Powered by Google App Engine
This is Rietveld 408576698