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

Unified Diff: chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h

Issue 2618603003: arc: Restore UMA statistics for failures in LSO flow. (Closed)
Patch Set: Created 3 years, 11 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/auth/arc_manual_auth_code_fetcher.h
diff --git a/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h b/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h
index 471d3656a00c28dc830916e5095fc482bdc48fdd..7975dccf1d3e021d3f125897b3d369e4063034d9 100644
--- a/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h
+++ b/chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.h
@@ -40,6 +40,7 @@ class ArcManualAuthCodeFetcher : public ArcAuthCodeFetcher,
// ArcSupportHost::Observer:
void OnAuthSucceeded(const std::string& auth_code) override;
+ void OnAuthFailed() override;
void OnRetryClicked() override;
ArcAuthContext* const context_;
« no previous file with comments | « chrome/browser/chromeos/arc/arc_support_host.cc ('k') | chrome/browser/chromeos/arc/auth/arc_manual_auth_code_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698