summaryrefslogtreecommitdiffstats
path: root/net/http/http_stream_factory.h
diff options
context:
space:
mode:
authormbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 18:23:21 +0000
committermbelshe@chromium.org <mbelshe@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-16 18:23:21 +0000
commit17d7d3ab19145001a7d512d3c16982c46463175d (patch)
treef580d12f296990aebd77424f8bdcd9e2e1323b5f /net/http/http_stream_factory.h
parentb10c54d852dc3dd198df86430eeeaf5325f3129b (diff)
downloadchromium_src-17d7d3ab19145001a7d512d3c16982c46463175d.zip
chromium_src-17d7d3ab19145001a7d512d3c16982c46463175d.tar.gz
chromium_src-17d7d3ab19145001a7d512d3c16982c46463175d.tar.bz2
The SPDY Exclusions were broken; the intent of the exclusion is so that our
benchmark harness can force SPDY, but still report to the benchmark harness itself in non-spdy mode. BUG=none TEST=none Review URL: http://codereview.chromium.org/6674031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_stream_factory.h')
-rw-r--r--net/http/http_stream_factory.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
index 9268746..eeecf16 100644
--- a/net/http/http_stream_factory.h
+++ b/net/http/http_stream_factory.h
@@ -204,9 +204,8 @@ class HttpStreamFactory {
// Add a URL to exclude from forced SPDY.
static void add_forced_spdy_exclusion(const std::string& value);
- static std::list<HostPortPair>* forced_spdy_exclusions() {
- return forced_spdy_exclusions_;
- }
+ // Check if a HostPortPair is excluded from using spdy.
+ static bool HasSpdyExclusion(const HostPortPair& endpoint);
// Sets the next protocol negotiation value used during the SSL handshake.
static void set_next_protos(const std::string& value) {