| Index: chrome/browser/chromeos/arc/arc_support_host.cc
|
| diff --git a/chrome/browser/chromeos/arc/arc_support_host.cc b/chrome/browser/chromeos/arc/arc_support_host.cc
|
| index b6b434eebfa63e4719f866a5826a03024d76f8b0..dfd04162d540a1c25855cef9994f59d3fe85e967 100644
|
| --- a/chrome/browser/chromeos/arc/arc_support_host.cc
|
| +++ b/chrome/browser/chromeos/arc/arc_support_host.cc
|
| @@ -265,7 +265,7 @@ void ArcSupportHost::OnOptInUIShowPage(arc::ArcAuthService::UIPage page,
|
| }
|
|
|
| void ArcSupportHost::EnableMetrics(bool is_enabled) {
|
| - InitiateMetricsReportingChange(is_enabled, OnMetricsReportingCallbackType());
|
| + ChangeMetricsReportingState(is_enabled);
|
| }
|
|
|
| void ArcSupportHost::EnableBackupRestore(bool is_enabled) {
|
|
|