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

Unified Diff: chrome/browser/about_flags.cc

Issue 2621833003: Remove --enable-apps-file-associations flag. (Closed)
Patch Set: Created 3 years, 11 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 9f2116302216232fccbbbe18be6f58c37b51f348..b9418f206db2748899c8c37807ff973f1d9df550 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1399,9 +1399,6 @@ const FeatureEntry kFeatureEntries[] = {
{"inert-visual-viewport", IDS_FLAGS_INERT_VISUAL_VIEWPORT_NAME,
IDS_FLAGS_INERT_VISUAL_VIEWPORT_DESCRIPTION, kOsAll,
SINGLE_VALUE_TYPE(switches::kInertVisualViewport)},
- {"enable-apps-file-associations", IDS_FLAGS_APPS_FILE_ASSOCIATIONS_NAME,
- IDS_FLAGS_APPS_FILE_ASSOCIATIONS_DESCRIPTION, kOsMac,
- SINGLE_VALUE_TYPE(switches::kEnableAppsFileAssociations)},
{"distance-field-text", IDS_FLAGS_DISTANCE_FIELD_TEXT_NAME,
IDS_FLAGS_DISTANCE_FIELD_TEXT_DESCRIPTION, kOsAll,
ENABLE_DISABLE_VALUE_TYPE(switches::kEnableDistanceFieldText,

Powered by Google App Engine
This is Rietveld 408576698