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

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: Moved ArcUserDataService to make calls to ArcAuthService 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..4323671f259fe8bea1d1c5aa36f4f88001d9ab8a 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -172,6 +172,8 @@ class ArcAuthService : public ArcService,
void OnAndroidManagementChecked(
policy::AndroidManagementClient::Result result) override;
+ void StopArc();
Luis Héctor Chávez 2016/07/22 15:51:42 nit: add a comment
Polina Bondarenko 2016/07/25 16:17:59 Done.
+
// Returns current page that has to be shown in OptIn UI.
UIPage ui_page() const { return ui_page_; }
@@ -192,7 +194,6 @@ class ArcAuthService : public ArcService,
void StartAndroidManagementClient();
void CheckAndroidManagement(bool background_mode);
void StartArcIfSignedIn();
- void StopArc();
// Unowned pointer. Keeps current profile.
Profile* profile_ = nullptr;

Powered by Google App Engine
This is Rietveld 408576698