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

Unified Diff: chrome/browser/about_flags.cc

Issue 162833002: Remove app banners from about:flags (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 2f1267ba71bceed4c7143334f2003dc70e12c8aa..2d3e6e05a154d175e4cf1e7981f7538be5d7ed62 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2004,13 +2004,6 @@ const Experiment kExperiments[] = {
},
#if defined(OS_ANDROID)
{
- "app-banners",
- IDS_FLAGS_DISABLE_APP_BANNERS_NAME,
- IDS_FLAGS_DISABLE_APP_BANNERS_DESCRIPTION,
- kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kDisableAppBanners)
- },
- {
"enable-fast-text-autosizing",
IDS_FLAGS_ENABLE_FAST_TEXT_AUTOSIZING_NAME,
IDS_FLAGS_ENABLE_FAST_TEXT_AUTOSIZING_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698