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

Unified Diff: chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h

Issue 1058433002: [cros login, new GAIA] New UI for not authorized error (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 8 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/ui/webui/chromeos/login/gaia_screen_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
index bdc605a02511a5f70b667e936df3c1f5278bcb5e..d7b1b2880a5969e941a46c9dd34d931c06fc5925 100644
--- a/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.h
@@ -85,6 +85,9 @@ class GaiaScreenHandler : public BaseScreenHandler {
// pre-loads it.
void MaybePreloadAuthExtension();
+ // Show error UI at the end of GAIA flow when user is not whitelisted.
+ void ShowWhitelistCheckFailedError();
+
FrameState frame_state() const { return frame_state_; }
net::Error frame_error() const { return frame_error_; }

Powered by Google App Engine
This is Rietveld 408576698