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

Unified Diff: net/base/prioritized_dispatcher.h

Issue 19498003: [net/dns] Perform A/AAAA queries for AF_UNSPEC resolutions in parallel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Add space Created 7 years, 5 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: net/base/prioritized_dispatcher.h
===================================================================
--- net/base/prioritized_dispatcher.h (revision 212872)
+++ net/base/prioritized_dispatcher.h (working copy)
@@ -78,6 +78,8 @@
// it is queued in the dispatcher.
Handle Add(Job* job, Priority priority);
+ Handle AddAtHead(Job* job, Priority priority);
szym 2013/08/06 20:35:31 Needs a short comment.
mmenke 2013/08/19 17:31:11 Done.
+
// Removes the job with |handle| from the queue. Invalidates |handle|.
// Note: a Handle is valid iff the job is in the queue, i.e. has not Started.
void Cancel(const Handle& handle);

Powered by Google App Engine
This is Rietveld 408576698