| 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..051b3d053b8ab0d1c29b23d665f1c6a76a14d99c 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 StopArcAndWipeData();
|
| + void RestartArc();
|
| +
|
| // Returns current page that has to be shown in OptIn UI.
|
| UIPage ui_page() const { return ui_page_; }
|
|
|
|
|