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

Unified Diff: chrome/browser/sync/glue/sync_backend_host.cc

Issue 11958029: [Sync] Add support for proxy types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments and rename local -> virtual Created 7 years, 11 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/glue/sync_backend_host.cc
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc
index 0c0aae6598bd83aa6465acee797c9997a0cf0fcc..1f82cdc1412b966730d7544545532f341dcee8e1 100644
--- a/chrome/browser/sync/glue/sync_backend_host.cc
+++ b/chrome/browser/sync/glue/sync_backend_host.cc
@@ -683,6 +683,7 @@ void SyncBackendHost::ConfigureDataTypes(
syncer::ModelTypeSet types_to_download = registrar_->ConfigureDataTypes(
types_to_add, types_to_remove);
+ types_to_download.RemoveAll(syncer::VirtualTypes());
if (!types_to_download.Empty())
types_to_download.Put(syncer::NIGORI);
« no previous file with comments | « no previous file | chrome/browser/sync/glue/virtual_data_type_controller.h » ('j') | chrome/browser/sync/sync_prefs.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698