Commit 715e4049 authored by Xida Chen's avatar Xida Chen Committed by Commit Bot

Convert base::Bind in chrome/browser/data_reduction_proxy/

This is a code health CL, no behavior change is expected.

Bug: 1007635
Change-Id: I4a928fc753824bb4cb701cf8a055134e8776e86f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2275901
Commit-Queue: Xida Chen <xidachen@chromium.org>
Commit-Queue: Michael Crouse <mcrouse@chromium.org>
Auto-Submit: Xida Chen <xidachen@chromium.org>
Reviewed-by: default avatarMichael Crouse <mcrouse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#784182}
parent 4d857137
...@@ -234,7 +234,7 @@ void DataReductionProxyChromeSettings::InitDataReductionProxySettings( ...@@ -234,7 +234,7 @@ void DataReductionProxyChromeSettings::InitDataReductionProxySettings(
InitDataReductionProxySettings(profile_prefs, std::move(service)); InitDataReductionProxySettings(profile_prefs, std::move(service));
data_reduction_proxy::DataReductionProxySettings:: data_reduction_proxy::DataReductionProxySettings::
SetCallbackToRegisterSyntheticFieldTrial(base::Bind( SetCallbackToRegisterSyntheticFieldTrial(base::BindRepeating(
&ChromeMetricsServiceAccessor::RegisterSyntheticFieldTrial)); &ChromeMetricsServiceAccessor::RegisterSyntheticFieldTrial));
// In M35 and earlier, the Data Reduction Proxy enabled/disabled setting was // In M35 and earlier, the Data Reduction Proxy enabled/disabled setting was
// stored in prefs, so this setting needs to be migrated to the new way of // stored in prefs, so this setting needs to be migrated to the new way of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment