| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1d4c96257f67668ba9718e51c9b1f9a25e560117..d0353bf86fa74a0a3cbefd71eccc8b57791da1c4 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -708,10 +708,6 @@ const char kFileDescriptorLimit[] = "file-descriptor-limit";
|
| // whether or not it's actually the first run.
|
| const char kFirstRun[] = "first-run";
|
|
|
| -// Forces the apps/webstore promo to be shown, independent of whether it has
|
| -// timed out, etc. Useful for testing.
|
| -const char kForceAppsPromoVisible[] = "force-apps-promo-visible";
|
| -
|
| // Specifies the backend server used for gaia authentications, like sync or
|
| // policies for example. The https:// prefix and the trailing slash should be
|
| // omitted. The default value is "www.google.com".
|
|
|