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

Unified Diff: chrome/common/chrome_switches.h

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.h
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index 44ea1e5c3f625a885f6b4296b01a0c789aee809d..5c3d127cde7493a3ff8cef647d1fe25531075ca5 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -312,6 +312,8 @@ extern const char kForceShowUpdateMenuItemCustomSummary[];
extern const char kForceShowUpdateMenuBadge[];
extern const char kMarketUrlForTesting[];
extern const char kTabManagementExperimentType[];
+extern const char kEnableDownloadInterception[];
+extern const char kDisableDownloadInterception[];
#endif // defined(OS_ANDROID)
#if defined(USE_ASH)

Powered by Google App Engine
This is Rietveld 408576698