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

Unified Diff: net/spdy/spdy_protocol.h

Issue 10187006: Remove SPDY priority #defines from spdy_protocol.h since they differ between SPDY 2 and SPDY 3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « net/spdy/spdy_http_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_protocol.h
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
index 3ea3d14cf15dd0089ce59976cbc89d87200eeeb1..a74c399eb3775edb30d9278fb3d28d1560fd2a84 100644
--- a/net/spdy/spdy_protocol.h
+++ b/net/spdy/spdy_protocol.h
@@ -411,6 +411,7 @@ enum SpdySettingsIds {
};
// Status codes, as used in control frames (primarily RST_STREAM).
+// TODO(hkhalil): Rename to SpdyRstStreamStatus
enum SpdyStatusCodes {
INVALID = 0,
PROTOCOL_ERROR = 1,
@@ -443,10 +444,6 @@ typedef uint32 SpdyStreamId;
// number between 0 and 3.
typedef uint8 SpdyPriority;
-// SPDY Priorities. (there are only 2 bits)
-#define SPDY_PRIORITY_LOWEST 3
-#define SPDY_PRIORITY_HIGHEST 0
-
// -------------------------------------------------------------------------
// These structures mirror the protocol structure definitions.
« no previous file with comments | « net/spdy/spdy_http_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698