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

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

Issue 2504583002: Merge provisioning success/error handling. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »
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 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);
+
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698