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

Unified Diff: chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h

Issue 2248353002: [M53 cherry-pick] Migrate ArcUserDataService into ArcAuthService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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: 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 129b68d5fced2d48fdea9495505d4c4309f63d4a..35f8ca32e25e9e8b1c79c5fcaa35dfff6d09f6d1 100644
--- a/chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h
+++ b/chrome/browser/chromeos/arc/arc_enterprise_reporting_service.h
@@ -33,9 +33,6 @@ class ArcEnterpriseReportingService
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_;

Powered by Google App Engine
This is Rietveld 408576698