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

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

Issue 10171006: Convert more users away from DOMView. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 8 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/registration_screen.h
===================================================================
--- chrome/browser/chromeos/login/registration_screen.h (revision 133597)
+++ chrome/browser/chromeos/login/registration_screen.h (working copy)
@@ -31,7 +31,7 @@
// Class that displays screen contents: page and throbber while waiting.
class RegistrationView : public WebPageView {
public:
- RegistrationView() : dom_view_(new WebPageDomView()) {}
+ explicit RegistrationView(content::BrowserContext* browser_context);
protected:
virtual WebPageDomView* dom_view() OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/login/login_html_dialog.cc ('k') | chrome/browser/chromeos/login/registration_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698