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

Unified Diff: chrome/browser/chromeos/login/touch_login_view.h

Issue 7111033: Ties up OOBE controllers and WebUI handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 years, 6 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/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;

Powered by Google App Engine
This is Rietveld 408576698