| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index f7ab36416b527bacf999cbafd46a3fa0eeaed671..dcb18c1caec42179817acc3b3ac2dba05cc3f3c2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1234,6 +1234,9 @@ const char kSyncAllowInsecureXmppConnection[] =
|
| // Invalidates any login info passed into sync's XMPP connection.
|
| const char kSyncInvalidateXmppLogin[] = "sync-invalidate-xmpp-login";
|
|
|
| +// Enable support for keystore key based encryption.
|
| +const char kSyncKeystoreEncryption[] = "sync-keystore-encryption";
|
| +
|
| // Overrides the default notification method for sync.
|
| const char kSyncNotificationMethod[] = "sync-notification-method";
|
|
|
|
|