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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2904823002: Inactive toast ux changes (Closed)
Patch Set: minor rename (x -> horizontal) Created 3 years, 6 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 53cdd613f79160bea139c136affe4e1daceeb56c..3ba13099ee01a34c263eab71a6b6000501cf0f2e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -818,6 +818,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
grt (UTC plus 2) 2017/06/22 20:34:04 revert me too!
skare_ 2017/06/22 23:25:18 Done.
+// be used only by the upgrade process.
+const char kUserExperimentUx[] = "user-experiment-ux";
+
// Uses experimental simple cache backend if possible.
const char kUseSimpleCacheBackend[] = "use-simple-cache-backend";
« 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