| 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";
|
|
|