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

Unified Diff: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc

Issue 382313003: Add data reduction functionality to all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed all comments by mmenke. Created 6 years, 3 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: components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
index bdbb9bfc76ceee209018df4ea9d0db25474ced29..fea0077ccb0276e3ddb9aeba57251ed190ee43af 100644
--- a/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
+++ b/components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.cc
@@ -74,7 +74,7 @@ void DataReductionProxyUsageStats::RecordDataReductionProxyBypassInfo(
DataReductionProxyUsageStats::DataReductionProxyUsageStats(
DataReductionProxyParams* params,
- MessageLoopProxy* ui_thread_proxy)
+ scoped_refptr<MessageLoopProxy> ui_thread_proxy)
Not at Google. Contact bengr 2014/09/05 21:24:35 FYI, I had to make this change to get it to build
Ryan Sleevi 2014/09/05 21:28:31 This should be a const-ref. The only pass by value
Not at Google. Contact bengr 2014/09/05 22:08:58 Done. For my own edification, can you please expla
: data_reduction_proxy_params_(params),
last_bypass_type_(BYPASS_EVENT_TYPE_MAX),
triggering_request_(true),
« no previous file with comments | « components/data_reduction_proxy/browser/data_reduction_proxy_usage_stats.h ('k') | net/http/http_log_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698