Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 7864b300669d5b6bcc62615465354a5e0512057f..564445af30a7b71c2277f126885213280d7cd7cb 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1240,6 +1240,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"; |