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

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

Issue 2504583002: Merge provisioning success/error handling. (Closed)
Patch Set: Created 4 years, 1 month 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 9ba105cbeb00e2be42807b3d5b3606c3e8485f2b..f40a80934e5fff6012301f7695fb3ce476478833 100644
--- a/chrome/browser/chromeos/arc/arc_auth_service.h
+++ b/chrome/browser/chromeos/arc/arc_auth_service.h
@@ -181,8 +181,6 @@ class ArcAuthService : public ArcService,
void GetIsAccountManagedDeprecated(
const GetIsAccountManagedDeprecatedCallback& callback) override;
- void OnSignInFailedInternal(ProvisioningResult result);
-
// Called from Arc support platform app to set auth code and start arc.
void OnAuthCodeObtained(const std::string& auth_code);
@@ -244,6 +242,8 @@ class ArcAuthService : public ArcService,
void StartArc();
+ void OnProvisioningFinished(ProvisioningResult result);
Luis Héctor Chávez 2016/11/15 23:40:50 Can this be private?
hidehiko 2016/11/17 11:04:54 In this CL, we can move it to private. However, in
+
private:
using AccountInfoCallback = base::Callback<void(mojom::AccountInfoPtr)>;
class AccountInfoNotifier;
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | chrome/browser/chromeos/arc/arc_auth_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698