| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 8693f30e70a60a1c2e927e571272007f13d9af21..dae4ac615576da77149cbdf6acd5b8ed9c208746 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -480,6 +480,10 @@ const char kForceAppMode[] = "force-app-mode";
|
| // is triggered.
|
| const char kForceDesktopIOSPromotion[] = "force-desktop-ios-promotion";
|
|
|
| +// Forces Network Quality Estimator (NQE) to return a specific effective
|
| +// connection type.
|
| +const char kForceEffectiveConnectionType[] = "force-effective-connection-type";
|
| +
|
| // 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";
|
|
|