Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: chrome/browser/net/sdch_dictionary_fetcher.cc

Issue 20254: Fetch SDCH dictionary as soon as current URL fetch completes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698