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

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

Issue 1754803003: Implement Stub for policy bridge to ARC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove functionality for OnPolicyChanged due to dependency issues Created 4 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | components/arc/arc_bridge_service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c71ddc03849168ae3cf1acab8003a9a729ce920c..0f3d4a9cf3c8e2b1a76c02942021c2f5b364e6e2 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -99,6 +99,8 @@ class ArcAuthService : public ArcService,
void GetAuthCode(const GetAuthCodeCallback& callback) override;
void OnSignInComplete() override;
void OnSignInFailed(arc::ArcSignInFailureReason reason) override;
+ void GetIsAccountManaged(
Thiemo Nagel 2016/03/15 16:49:22 Please add comment.
phweiss 2016/03/15 17:38:23 Done.
+ const GetIsAccountManagedCallback& callback) override;
// May be called internally as response to on Arc OptIn preference change
// or externally from Arc support platform app.
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | components/arc/arc_bridge_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698