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

Unified Diff: chrome/common/chrome_switches.cc

Issue 126063004: Add flag to enable Privet storage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« chrome/common/chrome_switches.h ('K') | « 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 9154eda7bfec731d48877d54377e8010c353e58f..ff71e488ef66a16ee7c624f3474a50ad26dd88b0 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -414,6 +414,9 @@ const char kDisablePrerenderLocalPredictor[] =
// Disable Privet local printing.
const char kDisablePrivetLocalPrinting[] = "disable-privet-local-printing";
+// Enable Privet storage.
+const char kEnablePrivetStorage[] = "enable-privet-storage";
Vitaly Buka (NO REVIEWS) 2014/01/07 21:13:22 same
Noam Samuel 2014/01/07 21:48:55 Done.
+
// Normally when the user attempts to navigate to a page that was the result of
// a post we prompt to make sure they want to. This switch may be used to
// disable that check. This switch is used during automated testing.
« chrome/common/chrome_switches.h ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698