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

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

Issue 8480033: CrOs: Remove 29 exit time destructors and 8 static initializers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload 2 Created 9 years, 1 month 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
diff --git a/chrome/browser/chromeos/login/registration_screen.h b/chrome/browser/chromeos/login/registration_screen.h
index 54ba67484cdcddfd3d6f2c00f2d34b66ad173add..0ac81c3adcdfb0829aa4aceb046bece1384434b1 100644
--- a/chrome/browser/chromeos/login/registration_screen.h
+++ b/chrome/browser/chromeos/login/registration_screen.h
@@ -67,11 +67,8 @@ class RegistrationScreen : public ViewScreen<RegistrationView>,
explicit RegistrationScreen(ViewScreenDelegate* delegate);
// WebPageDelegate implementation:
- virtual void OnPageLoaded();
- virtual void OnPageLoadFailed(const std::string& url);
-
- // Sets the url for registration host page. Used in tests.
- static void set_registration_host_page_url(const GURL& url);
+ virtual void OnPageLoaded() OVERRIDE;
+ virtual void OnPageLoadFailed(const std::string& url) OVERRIDE;
// Handler factory for net::URLRequestFilter::AddHostnameHandler.
static net::URLRequestJob* Factory(net::URLRequest* request,
@@ -100,9 +97,6 @@ class RegistrationScreen : public ViewScreen<RegistrationView>,
// WebPageScreen implementation:
virtual void CloseScreen(ScreenObserver::ExitCodes code);
- // Url of account creation page. Overriden by tests.
- static scoped_ptr<GURL> host_page_url_;
-
DISALLOW_COPY_AND_ASSIGN(RegistrationScreen);
};
« no previous file with comments | « chrome/browser/chromeos/dbus/power_manager_client.cc ('k') | chrome/browser/chromeos/login/registration_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698