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

Unified Diff: chrome/common/chrome_switches.cc

Issue 134733019: Add perf histogram and tests for inline signin (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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 9dbb372e899c8ca02b4d44867d031e5c83fa45e6..c31c165a78856187d9c303dde83a699a40ab4776 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -886,6 +886,9 @@ const char kForceAppMode[] = "force-app-mode";
// kCancelFirstRun).
const char kForceFirstRun[] = "force-first-run";
+// Forces showing the signin promo on startup.
+const char kForceSigninPromo[] = "force-signin-promo";
+
// Forces additional Chrome Variation Ids that will be sent in
// X-Client-Data header, specified as a 64-bit encoded list of numeric
// experiment ids.

Powered by Google App Engine
This is Rietveld 408576698