| Index: chrome/browser/chromeos/login/webui_login_display_host.h
|
| diff --git a/chrome/browser/chromeos/login/webui_login_display_host.h b/chrome/browser/chromeos/login/webui_login_display_host.h
|
| index 937661198cc039f2ef81ff6df9427333b65ed1b9..c2fb95df23b4bb16b69a70383f03d9166c52d87d 100644
|
| --- a/chrome/browser/chromeos/login/webui_login_display_host.h
|
| +++ b/chrome/browser/chromeos/login/webui_login_display_host.h
|
| @@ -51,6 +51,9 @@ class WebUILoginDisplayHost : public BaseLoginDisplayHost,
|
| // Returns instance of the OOBE WebUI.
|
| OobeUI* GetOobeUI() const;
|
|
|
| + // Returns the current login view.
|
| + WebUILoginView* login_view() { return login_view_; }
|
| +
|
| protected:
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|