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

Unified Diff: chrome/test/data/webui/net_internals/net_internals_test.js

Issue 10185003: Remove net-internals page for throttling, introduce flag for extension devs instead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix JavaScript presubmit. Created 8 years, 8 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
« no previous file with comments | « chrome/test/data/webui/net_internals/main.js ('k') | net/url_request/url_request_throttler_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/net_internals/net_internals_test.js
diff --git a/chrome/test/data/webui/net_internals/net_internals_test.js b/chrome/test/data/webui/net_internals/net_internals_test.js
index 609ac7a7315c8edaf2988fd485772cc304359a5e..5293825347e5a4bb90728d8f5c95ab4acca2e6e6 100644
--- a/chrome/test/data/webui/net_internals/net_internals_test.js
+++ b/chrome/test/data/webui/net_internals/net_internals_test.js
@@ -241,7 +241,6 @@ var NetInternalsTest = (function() {
spdy: SpdyView.TAB_HANDLE_ID,
httpPipeline: HttpPipelineView.TAB_HANDLE_ID,
httpCache: HttpCacheView.TAB_HANDLE_ID,
- httpThrottling: HttpThrottlingView.TAB_HANDLE_ID,
serviceProviders: ServiceProvidersView.TAB_HANDLE_ID,
tests: TestView.TAB_HANDLE_ID,
hsts: HSTSView.TAB_HANDLE_ID,
@@ -392,7 +391,7 @@ var NetInternalsTest = (function() {
testDone();
}
}
- }
+ };
/**
* A Task that can be added to a TaskQueue. A Task is started with a call to
@@ -620,7 +619,7 @@ var NetInternalsTest = (function() {
this.source = source;
this.phase = phase;
this.type = type;
- this.time = "" + time;
+ this.time = '' + time;
this.phase = phase;
if (params)
this.params = params;
« no previous file with comments | « chrome/test/data/webui/net_internals/main.js ('k') | net/url_request/url_request_throttler_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698