Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1202)

Unified Diff: net/http/bidirectional_stream_job.h

Issue 1550843002: Convert enable_bidirectional_stream into build flag local to net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove #include net_features.h from public headers. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/bidirectional_stream_job.h
diff --git a/net/http/bidirectional_stream_job.h b/net/http/bidirectional_stream_job.h
index c9d32b95ad3eec1f44538ba7ae80f4d23b398d2b..7b36da9c35386316c0b74b148f3fbbd8904b57d2 100644
--- a/net/http/bidirectional_stream_job.h
+++ b/net/http/bidirectional_stream_job.h
@@ -12,10 +12,6 @@
#include "net/base/net_export.h"
#include "net/socket/next_proto.h"
-#if !defined(ENABLE_BIDIRECTIONAL_STREAM)
-#error Only include this if ENABLE_BIDIRECTIONAL_STREAM is defined
-#endif
-
namespace base {
class Timer;
} // namespace base

Powered by Google App Engine
This is Rietveld 408576698