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

Unified Diff: net/spdy/buffered_spdy_framer.h

Issue 10185007: [net] Change order of RequestPriority to natural: higher > lower (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use MINIMUM_PRIORITY instead of 0. Created 8 years, 8 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/spdy/buffered_spdy_framer.h
diff --git a/net/spdy/buffered_spdy_framer.h b/net/spdy/buffered_spdy_framer.h
index 5954f723a89a4e1367239d4b8c09be5bf26d7ca2..0507aede4a059bafd0147d118aa42c3599ed6bd3 100644
--- a/net/spdy/buffered_spdy_framer.h
+++ b/net/spdy/buffered_spdy_framer.h
@@ -110,7 +110,7 @@ class NET_EXPORT_PRIVATE BufferedSpdyFramer
bool HasError();
SpdySynStreamControlFrame* CreateSynStream(SpdyStreamId stream_id,
SpdyStreamId associated_stream_id,
- int priority,
+ SpdyPriority priority,
Ryan Hamilton 2012/04/23 22:51:05 Nice catch!
szym 2012/04/24 00:19:31 This helped a lot in distinguishing the priority b
uint8 credential_slot,
SpdyControlFlags flags,
bool compressed,

Powered by Google App Engine
This is Rietveld 408576698