Chromium Code Reviews| 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) |