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

Unified Diff: chrome/browser/about_flags.cc

Issue 2141783002: Remove obsolete flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 780b412a5e2f5048daaf7a036de2bb5b9903efc0..211492d9334c38a60951e47608ead981cf56804c 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1720,10 +1720,6 @@ const FeatureEntry kFeatureEntries[] = {
{"tab-management-experiment-type", IDS_FLAGS_HERB_PROTOTYPE_CHOICES_NAME,
IDS_FLAGS_HERB_PROTOTYPE_CHOICES_DESCRIPTION, kOsAndroid,
MULTI_VALUE_TYPE(kHerbPrototypeChoices)},
- {"enable-tab-switcher-in-document-mode",
- IDS_FLAGS_TAB_SWITCHER_IN_DOCUMENT_MODE_NAME,
- IDS_FLAGS_TAB_SWITCHER_IN_DOCUMENT_MODE_DESCRIPTION, kOsAndroid,
- SINGLE_VALUE_TYPE(switches::kEnableTabSwitcherInDocumentMode)},
{"app-link", IDS_FLAGS_ENABLE_APP_LINK_NAME,
IDS_FLAGS_ENABLE_APP_LINK_DESCRIPTION, kOsAndroid,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableAppLink,
@@ -2016,14 +2012,6 @@ bool SkipConditionalFeatureEntry(const FeatureEntry& entry) {
channel != version_info::Channel::UNKNOWN) {
return true;
}
- // enable-tab-switcher-in-document-mode is only available for Chromium
- // builds and the Canary channel.
- if (!strcmp("enable-tab-switcher-in-document-mode",
- entry.internal_name) &&
- channel != version_info::Channel::CANARY &&
- channel != version_info::Channel::UNKNOWN) {
- return true;
- }
#endif
// data-reduction-proxy-lo-fi and enable-data-reduction-proxy-lo-fi-preview
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/util/FeatureUtilities.java ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698