Index: chrome/browser/net/sdch_dictionary_fetcher.cc |
=================================================================== |
--- chrome/browser/net/sdch_dictionary_fetcher.cc (revision 9302) |
+++ chrome/browser/net/sdch_dictionary_fetcher.cc (working copy) |
@@ -18,8 +18,6 @@ |
ScheduleDelayedRun(); |
} |
-// TODO(jar): If QOS low priority is supported, switch to using that instead of |
-// just waiting to do the fetch. |
void SdchDictionaryFetcher::ScheduleDelayedRun() { |
if (fetch_queue_.empty() || current_fetch_.get() || task_is_pending_) |
return; |