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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2902963002: Add a new LaunchMode value for launches from a user experiment. (Closed)
Patch Set: with histogram move Created 3 years, 7 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 bd10931ff8f54268692cc63038f04fa476970a46..9f257f07fbadf9c9ce244a30c3c272abc30f4ec4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -847,6 +847,10 @@ const char kUserAgent[] = "user-agent";
// all of its state.
const char kUserDataDir[] = "user-data-dir";
+// Experimental. Shows a dialog asking the user to try chrome. This flag is to
+// be used only by the upgrade process.
+const char kUserExperimentUx[] = "user-experiment-ux";
Peter Kasting 2017/05/26 00:57:41 I'm not terribly keen on a switch called "user exp
grt (UTC plus 2) 2017/05/29 07:08:42 We may as well re-use the existing --try-chrome-ag
+
// Uses experimental simple cache backend if possible.
const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";

Powered by Google App Engine
This is Rietveld 408576698