| Index: chrome/browser/sync/profile_sync_factory_impl.cc
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_factory_impl.cc (revision 71392)
|
| +++ chrome/browser/sync/profile_sync_factory_impl.cc (working copy)
|
| @@ -116,7 +116,7 @@
|
|
|
| // Password sync is disabled by default. Register only if
|
| // explicitly enabled.
|
| - if (command_line_->HasSwitch(switches::kEnableSyncPasswords)) {
|
| + if (!command_line_->HasSwitch(switches::kDisableSyncPasswords)) {
|
| pss->RegisterDataTypeController(
|
| new PasswordDataTypeController(this, profile_, pss));
|
| }
|
|
|