| 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_; }
|
|
|
|
|