| 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)
|
|
|