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

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h

Issue 1862193002: Enable QUIC for proxies only when QUIC is enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed sclittle comments Created 4 years, 7 months 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: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
index b1720f619f1263b235136e47e28f1a04c8d9b92e..a4d3bf73ad503e6443490776b5fa73230c7ddb7d 100644
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.h
@@ -31,7 +31,6 @@ CreateDataReductionProxyChromeIOData(
net::NetLog* net_log,
PrefService* prefs,
const scoped_refptr<base::SingleThreadTaskRunner>& io_thread_runner,
- const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread_runner,
- bool enable_quic);
+ const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread_runner);
#endif // CHROME_BROWSER_NET_SPDYPROXY_DATA_REDUCTION_PROXY_CHROME_IO_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698