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

Unified Diff: chrome/common/chrome_switches.cc

Issue 12684010: Add simple cache backend experiment hidden behind a flag. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index a4e91b3564101fd066c12f12cab4141f957e922d..ce2bf47da3e6310e2c2c6bca91f502451dc67e89 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1374,6 +1374,9 @@ const char kUserDataDir[] = "user-data-dir";
// Uses the ClientLogin signin flow instead of the web-based signin flow.
const char kUseClientLoginSigninFlow[] = "use-client-login-signin-flow";
+// Uses experiental simple cache backend if possible.
SteveT 2013/03/15 14:07:05 experiental -> experimental
pasko-google - do not use 2013/03/15 15:36:28 Done.
+const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";
+
// Specifies a custom URL for the server which reports variation data to the
// client. Specifying this switch enables the Variations service on
// unofficial builds. See variations_service.cc.
« chrome/browser/chrome_browser_field_trials.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698