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

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

Issue 2485233002: Do not run Android management check for re-auth case. (Closed)
Patch Set: rebase 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_support_host.h
diff --git a/chrome/browser/chromeos/arc/arc_support_host.h b/chrome/browser/chromeos/arc/arc_support_host.h
index 59099095f5a3665ddf1821d4e9dece0a84b7a8e3..c7dd72a08b8c533e2549a51f0a9130b8d134b4ea 100644
--- a/chrome/browser/chromeos/arc/arc_support_host.h
+++ b/chrome/browser/chromeos/arc/arc_support_host.h
@@ -48,6 +48,9 @@ class ArcSupportHost : public arc::ArcSupportMessageHost::Observer,
// Called when LSO auth token fetch is successfully completed.
virtual void OnAuthSucceeded(const std::string& auth_code) = 0;
+ // Called when "RETRY" button on the error page is clicked.
+ virtual void OnRetryClicked() = 0;
+
// Called when send feedback button on error page is clicked.
virtual void OnSendFeedbackClicked() = 0;
};
« no previous file with comments | « chrome/browser/chromeos/arc/arc_auth_service_unittest.cc ('k') | chrome/browser/chromeos/arc/arc_support_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698