Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 151975) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1536,9 +1536,9 @@ |
// modification or removal. |
const char kDisableDesktopShortcuts[] = "disable-desktop-shortcuts"; |
-// Disables sync credential caching on Windows 8. |
+// Enables sync credential caching on Windows 8. |
// See chrome/browser/sync/credential_cache_service_win.h. |
-const char kDisableSyncCredentialCaching[] = "disable-sync-credential-caching"; |
+const char kEnableSyncCredentialCaching[] = "enable-sync-credential-caching"; |
// For the DelegateExecute verb handler to launch Chrome in metro mode on |
// Windows 8 and higher. Used when relaunching metro Chrome. |