Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 449feab16390a31d54fb69468e88a8db702893a0..e4c715c0f0bae97b0d871a0c4f1a2ecd20a6bf81 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -685,10 +685,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". |