| Index: net/url_request/url_request_throttler_manager.cc
|
| diff --git a/net/url_request/url_request_throttler_manager.cc b/net/url_request/url_request_throttler_manager.cc
|
| index aaa03af50098c05565528028586cca7f972b6cb1..1bbad1f259627bf9057700db4b46128007350df5 100644
|
| --- a/net/url_request/url_request_throttler_manager.cc
|
| +++ b/net/url_request/url_request_throttler_manager.cc
|
| @@ -89,9 +89,9 @@ void URLRequestThrottlerManager::AddToOptOutList(const std::string& host) {
|
| // In practice, this would almost never occur.
|
| if (opt_out_hosts_.find(host) == opt_out_hosts_.end()) {
|
| UMA_HISTOGRAM_COUNTS("Throttling.SiteOptedOut", 1);
|
| - if (base::FieldTrialList::TrialExists("ThrottlingEnabled")) {
|
| + if (base::FieldTrialList::TrialExists("HttpThrottlingEnabled")) {
|
| UMA_HISTOGRAM_COUNTS(base::FieldTrial::MakeName(
|
| - "Throttling.SiteOptedOut", "ThrottlingEnabled"), 1);
|
| + "Throttling.SiteOptedOut", "HttpThrottlingEnabled"), 1);
|
| }
|
|
|
| net_log_->EndEvent(
|
|
|