| Index: chrome/browser/resources/net_internals/httpthrottlingview.js
|
| diff --git a/chrome/browser/resources/net_internals/httpthrottlingview.js b/chrome/browser/resources/net_internals/httpthrottlingview.js
|
| index 4cc83051058e716e7430e83508b77b32bb3278b5..067a1c23ce0e1c6c216fcbd4b1b7ac359207c4a5 100644
|
| --- a/chrome/browser/resources/net_internals/httpthrottlingview.js
|
| +++ b/chrome/browser/resources/net_internals/httpthrottlingview.js
|
| @@ -28,7 +28,8 @@ HttpThrottlingView.prototype.onHttpThrottlingEnabledPrefChanged = function(
|
|
|
| /**
|
| * Handler for the onclick event of the checkbox.
|
| - */
|
| -HttpThrottlingView.prototype.onEnableCheckboxClicked_ = function() {
|
| - g_browser.enableHttpThrottling(this.enableCheckbox_.checked);
|
| -};
|
| + */
|
| +HttpThrottlingView.prototype.onEnableCheckboxClicked_ = function() {
|
| + g_browser.enableHttpThrottling(this.enableCheckbox_.checked);
|
| + g_browser.disableThrottlingExperiments();
|
| +};
|
|
|