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

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

Issue 2165643004: arc: add enterprise_reporting.mojom interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: watchdog --> user_data Created 4 years, 5 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_auth_service.h
diff --git a/chrome/browser/chromeos/arc/arc_auth_service.h b/chrome/browser/chromeos/arc/arc_auth_service.h
index 47433878106419cfb70c874282d5be8603c5fdb2..78be6b96631ffe79cd987d8463872bb87e87a007 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -172,6 +172,12 @@ class ArcAuthService : public ArcService,
void OnAndroidManagementChecked(
policy::AndroidManagementClient::Result result) override;
+ // Stops ARC and wipes data.
+ void StopArcAndWipeData();
+
+ // Restarts ARC if it is enabled.
+ void RestartArc();
+
// Returns current page that has to be shown in OptIn UI.
UIPage ui_page() const { return ui_page_; }
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | components/arc/common/arc_bridge.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698