Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5508)

Unified Diff: chrome/common/chrome_switches.cc

Issue 10850002: [sync] Disable Win 8 sync credential caching for M22 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 1d5b99ad829b585bdb7a41e0151fe1076b091712..5ccf7841bb15651178f6f727f4d2a66340948d40 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1494,9 +1494,13 @@ const char kUseMockKeychain[] = "use-mock-keychain";
// modification or removal.
const char kDisableDesktopShortcuts[] = "disable-desktop-shortcuts";
-// Enable Website Settings. The Website Settings UI will replace the Page Info
+// Disables Website Settings. The Website Settings UI will replace the Page Info
// Bubble.
const char kDisableWebsiteSettings[] = "disable-website-settings";
+
+// Enables sync credential caching on Windows 8.
+// See chrome/browser/sync/credential_cache_service_win.h.
+const char kEnableSyncCredentialCaching[] = "enable-sync-credential-caching";
#endif
#if defined(USE_AURA)
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698