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

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

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
« no previous file with comments | « chrome/browser/chromeos/login/touch_login_view.h ('k') | chrome/browser/chromeos/login/view_screen.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/touch_login_view.cc
diff --git a/chrome/browser/chromeos/login/touch_login_view.cc b/chrome/browser/chromeos/login/touch_login_view.cc
index 24eef838f1a36ae443a68bd32e6616bdb5ccfb40..bf0e55cdfc7ea551d3824dea8d960bad6f608f33 100644
--- a/chrome/browser/chromeos/login/touch_login_view.cc
+++ b/chrome/browser/chromeos/login/touch_login_view.cc
@@ -45,8 +45,8 @@ TouchLoginView::TouchLoginView()
TouchLoginView::~TouchLoginView() {
}
-void TouchLoginView::Init(const GURL& login_url) {
- WebUILoginView::Init(login_url);
+void TouchLoginView::Init() {
+ WebUILoginView::Init();
InitVirtualKeyboard();
registrar_.Add(this,
« no previous file with comments | « chrome/browser/chromeos/login/touch_login_view.h ('k') | chrome/browser/chromeos/login/view_screen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698