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 295bb8c5f7ea6b4d89007e75e9ce6f0fe54bda97..8c0d8c7d9f941758f8fd2e4d271799791f51be71 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host.cc |
@@ -992,6 +992,8 @@ void SyncBackendHost::Core::DoInitialize(const DoInitializeOptions& options) { |
options.chrome_sync_notification_bridge, |
options.sync_notifier_factory->CreateSyncNotifier())), |
options.restored_key_for_bootstrapping, |
+ CommandLine::ForCurrentProcess()->HasSwitch( |
+ switches::kSyncKeystoreEncryption), |
scoped_ptr<InternalComponentsFactory>( |
options.internal_components_factory), |
&encryptor_, |