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

Unified Diff: chrome/browser/about_flags.cc

Issue 2341643008: Defaulting all downloads to go through Chrome network stack (Closed)
Patch Set: rebase Created 4 years, 3 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/browser/BUILD.gn ('k') | chrome/browser/android/chrome_feature_list.h » ('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 ec6ddf913612f1e86d622cfac5cf45785dbe18a5..e6e4e6cc832e7cc69cea56313cb8eed5ca1c0c8b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -897,10 +897,6 @@ const FeatureEntry kFeatureEntries[] = {
IDS_FLAGS_ENABLE_READ_IT_LATER_IN_MENU_NAME,
IDS_FLAGS_ENABLE_READ_IT_LATER_IN_MENU_DESCRIPTION, kOsAndroid,
FEATURE_VALUE_TYPE(chrome::android::kReadItLaterInMenu)},
- {"enable-system-download-manager",
- IDS_FLAGS_ENABLE_SYSTEM_DOWNLOAD_MANAGER_NAME,
- IDS_FLAGS_ENABLE_SYSTEM_DOWNLOAD_MANAGER_DESCRIPTION, kOsAndroid,
- FEATURE_VALUE_TYPE(chrome::android::kSystemDownloadManager)},
{"enable-media-document-download-button",
IDS_FLAGS_MEDIA_DOCUMENT_DOWNLOAD_BUTTON_NAME,
IDS_FLAGS_MEDIA_DOCUMENT_DOWNLOAD_BUTTON_DESCRIPTION, kOsAndroid,
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/chrome_feature_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698