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

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: ! 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..611bc27cfd1f0a1414a713bddf543c3bda80a170 100644
--- a/chrome/browser/chromeos/login/registration_screen.h
+++ b/chrome/browser/chromeos/login/registration_screen.h
@@ -70,9 +70,6 @@ class RegistrationScreen : public ViewScreen<RegistrationView>,
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);
-
// Handler factory for net::URLRequestFilter::AddHostnameHandler.
static net::URLRequestJob* Factory(net::URLRequest* request,
const std::string& scheme);
@@ -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);
};

Powered by Google App Engine
This is Rietveld 408576698