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

Unified Diff: chrome/common/chrome_switches.cc

Issue 2694893002: Integrate SMS service with Desktop iOS promotion (Closed)
Patch Set: Addressing comments/Update phone number usage/Change view-controller relation/Pending tests Created 3 years, 10 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 73bc4215bc96e4faca88d9129c201f2592577208..91c5c3d9e44c19bb28fab83d3a8cdb1f10c61498 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -475,6 +475,10 @@ const char kForceAndroidAppMode[] = "force-android-app-mode";
// the app to be installed if it hasn't been already.
const char kForceAppMode[] = "force-app-mode";
+// Forces Desktop to iOS promotion to appear in windows whenever an entrypoint
+// is triggered.
+const char kForceDesktopIOSPromotion[] = "force-desktop-ios-promotion";
+
// Displays the First Run experience when the browser is started, regardless of
// whether or not it's actually the First Run (this overrides kNoFirstRun).
const char kForceFirstRun[] = "force-first-run";

Powered by Google App Engine
This is Rietveld 408576698