| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index 8c76efb1febb8d8c920d0934128b4f177653926a..38950c2038ef3025a9b268e4f1e84ac0fd805123 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -428,8 +428,6 @@ void URLRequestHttpJob::StartTransactionInternal() {
|
| priority_, &transaction_);
|
|
|
| if (rv == OK && request_info_.url.SchemeIsWSOrWSS()) {
|
| - // TODO(ricea): Implement WebSocket throttling semantics as defined in
|
| - // RFC6455 Section 4.1.
|
| base::SupportsUserData::Data* data = request_->GetUserData(
|
| WebSocketHandshakeStreamBase::CreateHelper::DataKey());
|
| if (data) {
|
|
|