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

Unified Diff: chrome/browser/android/chrome_feature_list.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
Index: chrome/browser/android/chrome_feature_list.cc
diff --git a/chrome/browser/android/chrome_feature_list.cc b/chrome/browser/android/chrome_feature_list.cc
index bf4dc16adc095011f39078d5847b7263c0f0ad4d..faba550553f32ebf2948fd69b68d84837f0fcda2 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -51,7 +51,6 @@ const base::Feature* kFeaturesExposedToJava[] = {
&kScanCardsInWebPayments,
&kSpecialLocaleFeature,
&kSpecialLocaleWrapper,
- &kSystemDownloadManager,
&kTabReparenting,
&offline_pages::kOfflinePagesBackgroundLoadingFeature,
&offline_pages::kBackgroundLoaderForDownloadsFeature,
@@ -101,9 +100,6 @@ const base::Feature kSpecialLocaleFeature{"SpecialLocale",
const base::Feature kSpecialLocaleWrapper{"SpecialLocaleWrapper",
base::FEATURE_ENABLED_BY_DEFAULT};
-const base::Feature kSystemDownloadManager{"SystemDownloadManager",
- base::FEATURE_ENABLED_BY_DEFAULT};
-
const base::Feature kTabReparenting {
"TabReparenting", base::FEATURE_ENABLED_BY_DEFAULT
};
« no previous file with comments | « chrome/browser/android/chrome_feature_list.h ('k') | chrome/browser/android/intercept_download_resource_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698