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

Unified Diff: net/http/bidirectional_stream.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: 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
« no previous file with comments | « net/BUILD.gn ('k') | net/http/bidirectional_stream_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/bidirectional_stream.h
diff --git a/net/http/bidirectional_stream.h b/net/http/bidirectional_stream.h
index 14063fb0e47758ff6441e161caeb5855dd86a6d0..5de3135e99dea9160a7cd48d6a0bbb4c1c89fda2 100644
--- a/net/http/bidirectional_stream.h
+++ b/net/http/bidirectional_stream.h
@@ -13,8 +13,9 @@
#include "net/http/bidirectional_stream_job.h"
#include "net/http/http_stream_factory.h"
#include "net/log/net_log.h"
+#include "net/net_features.h"
mef 2015/12/29 18:58:28 This is causing compilation error when this header
Nico 2015/12/30 22:36:21 Which?
mef 2015/12/30 23:20:45 Pending CL that uses bidirectional_stream in Crone
-#if !defined(ENABLE_BIDIRECTIONAL_STREAM)
+#if !BUILDFLAG(ENABLE_BIDIRECTIONAL_STREAM)
#error Only include this if ENABLE_BIDIRECTIONAL_STREAM is defined
#endif
« no previous file with comments | « net/BUILD.gn ('k') | net/http/bidirectional_stream_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698