Index: chrome/browser/sync/glue/sync_backend_host.h |
diff --git a/chrome/browser/sync/glue/sync_backend_host.h b/chrome/browser/sync/glue/sync_backend_host.h |
index 7294acd536572f05b0abfd894c912d6c38d5422a..91d0c9a847bb673ef9bdc76bd63b0ee94c136437 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.h |
+++ b/chrome/browser/sync/glue/sync_backend_host.h |
@@ -188,6 +188,7 @@ class SyncBackendHost : public browser_sync::ModelSafeWorkerRegistrar { |
registrar_.routing_info[syncable::AUTOFILL] = GROUP_PASSIVE; |
registrar_.routing_info[syncable::THEMES] = GROUP_PASSIVE; |
registrar_.routing_info[syncable::TYPED_URLS] = GROUP_PASSIVE; |
+ registrar_.routing_info[syncable::PASSWORD] = GROUP_PASSIVE; |
core_thread_.message_loop()->PostTask(FROM_HERE, |
NewRunnableMethod(core_.get(), |