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

Unified Diff: net/quic/quic_utils.h

Issue 115463002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « net/quic/quic_stream_sequencer_test.cc ('k') | net/quic/quic_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_utils.h
diff --git a/net/quic/quic_utils.h b/net/quic/quic_utils.h
index 0ee117416336ad30849812fac976c8daf711d305..23f3b53a61179160ad336232321c8d9eff293942 100644
--- a/net/quic/quic_utils.h
+++ b/net/quic/quic_utils.h
@@ -75,6 +75,10 @@ class NET_EXPORT_PRIVATE QuicUtils {
static char* AsChars(unsigned char* data) {
return reinterpret_cast<char*>(data);
}
+
+ static QuicPriority LowestPriority();
+
+ static QuicPriority HighestPriority();
};
// Utility function that returns an IOVector object wrapped around |str|.
« no previous file with comments | « net/quic/quic_stream_sequencer_test.cc ('k') | net/quic/quic_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698