Index: chrome/browser/chromeos/login/webui_login_view.h |
diff --git a/chrome/browser/chromeos/login/webui_login_view.h b/chrome/browser/chromeos/login/webui_login_view.h |
index 7826c42e9a4017b5457d18da02af3e14d04a35c2..b64276997a084d82f1c6d173e0035c8fd4f1a343 100644 |
--- a/chrome/browser/chromeos/login/webui_login_view.h |
+++ b/chrome/browser/chromeos/login/webui_login_view.h |
@@ -71,6 +71,10 @@ class WebUILoginView : public views::WidgetDelegateView, |
// Toggles status area visibility. |
void SetStatusAreaVisible(bool visible); |
+ DOMView* dom_view() { |
oshima
2011/11/18 17:22:06
document. can you come up with better method name?
flackr
2011/11/18 21:49:09
Done. Not really sure about the name, the view dis
|
+ return webui_login_; |
+ } |
+ |
protected: |
// Overridden from views::View: |
virtual void Layout() OVERRIDE; |