Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index fbb5e717d9ee016fa604beeda943e7272da799e3..a6fe512700137d829c35ad8134bb05dea97fc379 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -293,6 +293,11 @@ const char kDisableExtensions[] = "disable-extensions"; |
const char kDisableExtensionsFileAccessCheck[] = |
"disable-extensions-file-access-check"; |
+// Disable the net::URLRequestThrottlerManager functionality for |
+// requests originating from extensions. |
+const char kDisableExtensionsHttpThrottling[] = |
+ "disable-extensions-http-throttling"; |
+ |
// Disable mandatory enforcement of web_accessible_resources in extensions. |
const char kDisableExtensionsResourceWhitelist[] = |
"disable-extensions-resource-whitelist"; |