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

Unified Diff: chrome/browser/io_thread.h

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comments - II. Created 6 years, 5 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/io_thread.h
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h
index 6152d1305e3d9f39bcdddbafec574f2fe3903d94..bf9e7fec26e09e68ad0e5490a781b1d65ec1992f 100644
--- a/chrome/browser/io_thread.h
+++ b/chrome/browser/io_thread.h
@@ -307,6 +307,9 @@ class IOThread : public content::BrowserThreadDelegate {
// well as the QUIC field trial group.
void ConfigureQuic(const base::CommandLine& command_line);
+ // Set up data reduction proxy related objects on |IOThread::Globals|
+ void SetupDataReductionProxy(ChromeNetworkDelegate* network_delegate);
Ryan Sleevi 2014/07/22 01:56:30 The Data Reduction Proxy is inherently privacy sen
Not at Google. Contact bengr 2014/07/22 23:03:53 We do not proxy incognito. We are making a change
+
extensions::EventRouterForwarder* extension_event_router_forwarder() {
#if defined(ENABLE_EXTENSIONS)
return extension_event_router_forwarder_;

Powered by Google App Engine
This is Rietveld 408576698