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

Unified Diff: chrome/browser/about_flags.cc

Issue 274313002: Remove --apps-new-install-bubble command line switch. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a unnecessary header file. Created 6 years, 7 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') | chrome/browser/ui/extensions/extension_install_ui_default.cc » ('j') | 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 1db514ae9ca954aed740178eff8eb1af9d02ea18..fff2ae074e7a04b904729b5d7f9ed3462a4b4851 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -684,13 +684,6 @@ const Experiment kExperiments[] = {
SINGLE_VALUE_TYPE(switches::kEnableAppWindowControls)
},
{
- "apps-new-install-bubble",
- IDS_FLAGS_APPS_NEW_INSTALL_BUBBLE_NAME,
- IDS_FLAGS_APPS_NEW_INSTALL_BUBBLE_DESCRIPTION,
- kOsDesktop,
- SINGLE_VALUE_TYPE(switches::kAppsNewInstallBubble)
- },
- {
"disable-hyperlink-auditing",
IDS_FLAGS_DISABLE_HYPERLINK_AUDITING_NAME,
IDS_FLAGS_DISABLE_HYPERLINK_AUDITING_DESCRIPTION,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/extensions/extension_install_ui_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698