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

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: Fix more tests 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..fcb64580361a0addd34567871461787e336500a9 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::LocalTypes());
tim (not reviewing) 2013/01/18 20:56:33 It looks like most of this CL is actually removing
Nicolas Zea 2013/01/19 00:03:13 How do you mean? If we're passing information via
if (!types_to_download.Empty())
types_to_download.Put(syncer::NIGORI);

Powered by Google App Engine
This is Rietveld 408576698