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

Unified Diff: android_webview/browser/aw_browser_context.cc

Issue 271523002: Add the plumbing to enable DRP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: android_webview/browser/aw_browser_context.cc
diff --git a/android_webview/browser/aw_browser_context.cc b/android_webview/browser/aw_browser_context.cc
index 1d2514cb9ef9cac762eed2e7bb69d25f2129eb02..57d245a00701326ad78bac70963a53f6598c116e 100644
--- a/android_webview/browser/aw_browser_context.cc
+++ b/android_webview/browser/aw_browser_context.cc
@@ -170,8 +170,7 @@ void AwBrowserContext::CreateUserPrefServiceIfNecessary() {
user_pref_service_.get(),
GetRequestContext());
- //TODO(sgurun): Attach this to the API. It is currently hard coded in a
- // disabled state.
+ // Data Reduction Proxy is always disabled by default.
data_reduction_proxy_settings_->SetDataReductionProxyEnabled(false);
}

Powered by Google App Engine
This is Rietveld 408576698