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

Unified Diff: chrome/common/chrome_switches.cc

Issue 941823002: [App banners] Add server-controlled experiment to disable app banners (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 dcf4a253f2e2055e5f66f206d23e71d33658d461..e465aacd8c9b0a4d90f25c1da8254ca2422b2d40 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1216,9 +1216,6 @@ const char kDisableZeroSuggest[] = "disable-zero-suggest";
const char kEnableAccessibilityTabSwitcher[] =
"enable-accessibility-tab-switcher";
-// Enables app install alerts.
-const char kEnableAppInstallAlerts[] = "enable-app-install-alerts";
-
// Enables Contextual Search.
const char kEnableContextualSearch[] = "enable-contextual-search";

Powered by Google App Engine
This is Rietveld 408576698