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 61c7ff19acaf72515e80ad1dcbef5ee0a0b02fc1..d31cc14ac7537a1033cb3526be4d0046163da69b 100644 |
--- a/chrome/browser/chromeos/arc/arc_auth_service.h |
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h |
@@ -170,6 +170,9 @@ class ArcAuthService : public ArcService, |
void OnAndroidManagementChecked( |
policy::AndroidManagementClient::Result result) override; |
+ void StopArc(); |
+ void RestartArc(); |
+ |
// Returns current page that has to be shown in OptIn UI. |
UIPage ui_page() const { return ui_page_; } |
@@ -190,7 +193,6 @@ class ArcAuthService : public ArcService, |
void StartAndroidManagementClient(); |
void CheckAndroidManagement(bool background_mode); |
void StartArcIfSignedIn(); |
- void StopArc(); |
// Unowned pointer. Keeps current profile. |
Profile* profile_ = nullptr; |