Chromium Code Reviews| Index: net/http/bidirectional_stream.h |
| diff --git a/net/http/bidirectional_stream.h b/net/http/bidirectional_stream.h |
| index 14063fb0e47758ff6441e161caeb5855dd86a6d0..0cb3a15d3834706c46b951d09cb83330b6a9456b 100644 |
| --- a/net/http/bidirectional_stream.h |
| +++ b/net/http/bidirectional_stream.h |
| @@ -14,10 +14,6 @@ |
| #include "net/http/http_stream_factory.h" |
| #include "net/log/net_log.h" |
| -#if !defined(ENABLE_BIDIRECTIONAL_STREAM) |
| -#error Only include this if ENABLE_BIDIRECTIONAL_STREAM is defined |
|
Nico
2015/12/30 22:36:21
This is still important, else we'll get linker err
mef
2015/12/30 23:20:46
Ack, I'm open for suggestions.
Nico
2015/12/30 23:25:32
"Don't remove this"? :-) What breaks if you keep i
mef
2015/12/30 23:42:04
Compilation of components/cronet because it has to
mmenke
2016/01/04 18:43:13
The code to declare the build flag is a "public" d
mef
2016/01/04 20:19:54
Hrm, IIUIC move of enable_bidirectional_stream fla
|
| -#endif |
| - |
| class GURL; |
| namespace net { |