Index: net/url_request/sdch_dictionary_fetcher.cc |
diff --git a/net/url_request/sdch_dictionary_fetcher.cc b/net/url_request/sdch_dictionary_fetcher.cc |
index 8408fcf6a14d9df6d2505b3ed10837dae26f5d5d..05552d065e6a0eeeccd7d310336119c673d56769 100644 |
--- a/net/url_request/sdch_dictionary_fetcher.cc |
+++ b/net/url_request/sdch_dictionary_fetcher.cc |
@@ -274,8 +274,7 @@ int SdchDictionaryFetcher::DoSendRequest(int rv) { |
FetchInfo info; |
bool success = fetch_queue_->Pop(&info); |
DCHECK(success); |
- current_request_ = |
- context_->CreateRequest(info.url, IDLE, this, NULL); |
+ current_request_ = context_->CreateRequest(info.url, IDLE, this); |
int load_flags = LOAD_DO_NOT_SEND_COOKIES | LOAD_DO_NOT_SAVE_COOKIES; |
if (info.cache_only) |
load_flags |= LOAD_ONLY_FROM_CACHE; |