| Index: chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h b/chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h
|
| index 35f8ca32e25e9e8b1c79c5fcaa35dfff6d09f6d1..129b68d5fced2d48fdea9495505d4c4309f63d4a 100644
|
| --- a/chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h
|
| +++ b/chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h
|
| @@ -33,6 +33,9 @@
|
| void ReportManagementState(mojom::ManagementState state) override;
|
|
|
| private:
|
| + // DBus callback, restarts ARC after ARC user data wipe.
|
| + void RestartArc(bool success);
|
| +
|
| base::ThreadChecker thread_checker_;
|
|
|
| mojo::Binding<mojom::EnterpriseReportingHost> binding_;
|
|
|