| Index: chrome/browser/chromeos/login/touch_login_view.h
|
| diff --git a/chrome/browser/chromeos/login/touch_login_view.h b/chrome/browser/chromeos/login/touch_login_view.h
|
| index f664030b8682514b30b8c810cf9ddfd9e3378a4e..91bb18b8cdb3e8c08e2f8e1f1ed69e291b24237a 100644
|
| --- a/chrome/browser/chromeos/login/touch_login_view.h
|
| +++ b/chrome/browser/chromeos/login/touch_login_view.h
|
| @@ -33,8 +33,8 @@ class TouchLoginView : public WebUILoginView,
|
| TouchLoginView();
|
| virtual ~TouchLoginView();
|
|
|
| - // Initializes the webui login view. |login_url| must be specified.
|
| - virtual void Init(const GURL& login_url) OVERRIDE;
|
| + // Overriden from WebUILoginView:
|
| + virtual void Init() OVERRIDE;
|
|
|
| // Overriden from views::Views:
|
| virtual std::string GetClassName() const OVERRIDE;
|
|
|