| Index: net/http/http_stream_factory.h
|
| diff --git a/net/http/http_stream_factory.h b/net/http/http_stream_factory.h
|
| index dceb00bb6658fbcbec6e295d013eedeba12f0cc0..f90992d488f59aef64948bf48bf00a6795e9eef4 100644
|
| --- a/net/http/http_stream_factory.h
|
| +++ b/net/http/http_stream_factory.h
|
| @@ -48,8 +48,8 @@ class HttpStreamFactory : public StreamFactory,
|
| const BoundNetLog& net_log,
|
| CompletionCallback* callback);
|
|
|
| - void AddTLSIntolerantServer(const GURL& url);
|
| - bool IsTLSIntolerantServer(const GURL& url);
|
| + virtual void AddTLSIntolerantServer(const GURL& url);
|
| + virtual bool IsTLSIntolerantServer(const GURL& url);
|
|
|
| virtual void ProcessAlternateProtocol(
|
| HttpAlternateProtocols* alternate_protocols,
|
|
|