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

Unified Diff: chrome/common/chrome_switches.cc

Issue 229533002: App install alerts: Disable on all channels for M35 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 15c0a3b2b9fd35ee96cca648bee02a772e639d96..c28e488b28684284d690800c470eb9a532cc9325 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1368,9 +1368,6 @@ const char kEnableSpdyProxyAuth[] = "enable-spdy-proxy-auth";
#endif // defined(OS_ANDROID) || defined(OS_IOS)
#if defined(OS_ANDROID)
-// Disables the app banner <meta> tag.
-const char kDisableAppBanners[] = "disable-app-banners";
-
// Disables support for playing videos on Chromecast devices.
const char kDisableCast[] = "disable-cast";
@@ -1384,6 +1381,9 @@ const char kDisableZeroSuggest[] = "disable-zero-suggest";
const char kEnableAccessibilityTabSwitcher[] =
"enable-accessibility-tab-switcher";
+// Enables the app banner <meta> tag.
+const char kEnableAppInstallAlerts[] = "enable-app-install-alerts";
+
// Enables Contextual Search
const char kEnableContextualSearch[] = "contextual-search";
« chrome/browser/android/banners/app_banner_manager.cc ('K') | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698