diff options
author | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 23:56:22 +0000 |
---|---|---|
committer | rch@chromium.org <rch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-17 23:56:22 +0000 |
commit | 19fa955802b7a6f012e6f2bae8c7b3fd930b7583 (patch) | |
tree | 0779de57af7cc7f9b512927b0fac3bd4a6f66ec9 /net/spdy | |
parent | 1c84350dde8a870c4ea0825ba6cd9b087fc44e7e (diff) | |
download | chromium_src-19fa955802b7a6f012e6f2bae8c7b3fd930b7583.zip chromium_src-19fa955802b7a6f012e6f2bae8c7b3fd930b7583.tar.gz chromium_src-19fa955802b7a6f012e6f2bae8c7b3fd930b7583.tar.bz2 |
Remove unused constants from spdy_protocol.h
Review URL: http://codereview.chromium.org/10041009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy')
-rw-r--r-- | net/spdy/spdy_protocol.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h index 6978e45..c4e09d6 100644 --- a/net/spdy/spdy_protocol.h +++ b/net/spdy/spdy_protocol.h @@ -150,15 +150,6 @@ const int32 kSpdyStreamInitialWindowSize = 64 * 1024; // 64 KBytes // Maximum window size for a Spdy stream const int32 kSpdyStreamMaximumWindowSize = 0x7FFFFFFF; // Max signed 32bit int -// HTTP-over-SPDY header constants -const char kMethod[] = "method"; -const char kStatus[] = "status"; -const char kUrl[] = "url"; -const char kVersion[] = "version"; -// When we server push, we will add [path: fully/qualified/url] to the server -// push headers so that the client will know what url the data corresponds to. -const char kPath[] = "path"; - // SPDY 2 dictionary. // This is just a hacked dictionary to use for shrinking HTTP-like headers. const char kV2Dictionary[] = |