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

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

Issue 893003002: Data Reduction Proxy class ownership updates and Settings cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sgurun CR comments Created 5 years, 10 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 f60240cf7bee2cfb26bb2ceb9ba9fed8ae833a34..d39c0a13da77332228f31cd5ca6b7eb328fde9a8 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
@@ -15,14 +15,8 @@ namespace base {
class SingleThreadTaskRunner;
}
-namespace content {
-class BrowserContext;
-}
-
namespace data_reduction_proxy {
-class DataReductionProxyConfigurator;
class DataReductionProxyIOData;
-class DataReductionProxySettings;
}
namespace net {
@@ -34,9 +28,9 @@ class NetLog;
scoped_ptr<data_reduction_proxy::DataReductionProxyIOData>
CreateDataReductionProxyChromeIOData(
net::NetLog* net_log,
- content::BrowserContext* browser_context,
PrefService* prefs,
const scoped_refptr<base::SingleThreadTaskRunner>& io_thread_runner,
- const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread_runner);
+ const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread_runner,
+ bool enable_quic);
#endif // CHROME_BROWSER_NET_SPDYPROXY_DATA_REDUCTION_PROXY_CHROME_IO_DATA_H_
« no previous file with comments | « android_webview/browser/aw_browser_context.cc ('k') | chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698