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

Unified Diff: chrome/common/chrome_switches.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: allow server trial to be overriden 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/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index eb7c6beec42c4ac93d0643f119efaf979f8f4d6a..a8b799deb99c077f2881a772c0e4dc708627ea90 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1124,6 +1124,12 @@ const char kEnableTabSwitcherInDocumentMode[] =
// Switch to an existing tab for a suggestion opened from the New Tab Page.
const char kNtpSwitchToExistingTab[] = "ntp-switch-to-existing-tab";
+
+// Enables android DownloadManager to intercept downloads.
svaldez 2016/02/12 15:21:19 nit: Enables Android
qinmin 2016/02/12 17:27:00 Done.
+const char kEnableDownloadInterception[] = "enable-download-interception";
+
+// Disables android DownloadManager to intercept downloads.
svaldez 2016/02/12 15:21:20 same
qinmin 2016/02/12 17:27:00 Done.
+const char kDisableDownloadInterception[] = "disable-download-interception";
#endif // defined(OS_ANDROID)
#if defined(USE_ASH)

Powered by Google App Engine
This is Rietveld 408576698