diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 16:14:20 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-24 16:14:20 +0000 |
commit | 386ef8cfc747ea354f9b9d38a2603e099afc3892 (patch) | |
tree | ad399df48fd4664cfacf5e00ef9490358bca7d73 /chrome/browser/resources/net_internals/index.js | |
parent | 860f594adad88104987735b515344f7491b1e8ff (diff) | |
download | chromium_src-386ef8cfc747ea354f9b9d38a2603e099afc3892.zip chromium_src-386ef8cfc747ea354f9b9d38a2603e099afc3892.tar.gz chromium_src-386ef8cfc747ea354f9b9d38a2603e099afc3892.tar.bz2 |
Remove net-internals page for throttling, introduce flag for extension devs instead.
Change throttling error page to state it is extension-specific and point straight to http://dev.chromium.org/throttling instead of to the net-internals page.
BUG=119760
TEST=There should no longer be an "HTTP Throttling" tab under chrome://net-internals/. Throttling should be on by default for requests originated by extensions, but passing --disable-extensions-http-throttling should disable the behavior.
Review URL: http://codereview.chromium.org/10185003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133700 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/net_internals/index.js')
-rw-r--r-- | chrome/browser/resources/net_internals/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/resources/net_internals/index.js b/chrome/browser/resources/net_internals/index.js index ffc2763..2b3aaba 100644 --- a/chrome/browser/resources/net_internals/index.js +++ b/chrome/browser/resources/net_internals/index.js @@ -40,7 +40,6 @@ <include src="sockets_view.js"/> <include src="spdy_view.js"/> <include src="service_providers_view.js"/> -<include src="http_throttling_view.js"/> <include src="logs_view.js"/> <include src="prerender_view.js"/> <include src="chromeos_view.js"/> |