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

Unified Diff: chrome/browser/android/chrome_feature_list.cc

Issue 1692693003: add a flag to enable/disable download interception on android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unused variable Created 4 years, 10 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 8b44469b7a37e05546fa58c7666eef0a6fce1ec9..91809b751d9fbd80aa84122d316fb7738c610fc4 100644
--- a/chrome/browser/android/chrome_feature_list.cc
+++ b/chrome/browser/android/chrome_feature_list.cc
@@ -38,6 +38,10 @@ const base::Feature kPhysicalWebFeature {
"PhysicalWeb", base::FEATURE_DISABLED_BY_DEFAULT
};
+const base::Feature kSystemDownloadManager {
+ "SystemDownloadManager", base::FEATURE_ENABLED_BY_DEFAULT
+};
+
static jboolean IsEnabled(JNIEnv* env,
const JavaParamRef<jclass>& clazz,
const JavaParamRef<jstring>& jfeature_name) {
« 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