Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index eb7c6beec42c4ac93d0643f119efaf979f8f4d6a..ed2479f79c418e3c9a76f58ef500620aaac71b4e 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1124,6 +1124,9 @@ 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. |
+const char kEnableDownloadInterception[] = "enable-download-interception"; |
#endif // defined(OS_ANDROID) |
#if defined(USE_ASH) |