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

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: Rebase 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..a55ea373802f9e8747b86b8225c8e2b78e76382f 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,7 +28,6 @@ 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);

Powered by Google App Engine
This is Rietveld 408576698