Chromium Code Reviews| Index: net/spdy/spdy_test_util_common.h |
| diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h |
| index 6bc6acde76e45a800adce1619e553cf33379f724..297dc290cb021fa617c19cea07b41ffcdd1923d2 100644 |
| --- a/net/spdy/spdy_test_util_common.h |
| +++ b/net/spdy/spdy_test_util_common.h |
| @@ -223,6 +223,7 @@ struct SpdySessionDependencies { |
| bool force_spdy_over_ssl; |
| bool force_spdy_always; |
| bool use_alternate_protocols; |
| + bool enable_websocket_over_spdy; |
| NetLog* net_log; |
| }; |