Index: chrome/browser/chromeos/login/wizard_controller.h |
diff --git a/chrome/browser/chromeos/login/wizard_controller.h b/chrome/browser/chromeos/login/wizard_controller.h |
index 2f809a988c18d3deda1da8c60ab962717dc11e19..d2db119db05f8f272875f02d1e1e0d3dceabe485 100644 |
--- a/chrome/browser/chromeos/login/wizard_controller.h |
+++ b/chrome/browser/chromeos/login/wizard_controller.h |
@@ -30,7 +30,6 @@ class HTMLPageScreen; |
class LoginDisplayHost; |
class NetworkScreen; |
class RegistrationScreen; |
-class StartupCustomizationDocument; |
class UpdateScreen; |
class UserImageScreen; |
class WizardInProcessBrowserTest; |
@@ -131,14 +130,6 @@ class WizardController : public chromeos::ScreenObserver, |
// Set URL to open on browser launch. |
void set_start_url(const GURL& start_url) { start_url_ = start_url; } |
- // Sets partner startup customization. WizardController takes ownership |
- // of the document object. |
- void SetCustomization( |
- const chromeos::StartupCustomizationDocument* customization); |
- |
- // Returns partner startup customization document owned by WizardController. |
- const chromeos::StartupCustomizationDocument* GetCustomization() const; |
- |
// If being at register screen proceeds to the next one. |
void SkipRegistration(); |
@@ -274,9 +265,6 @@ class WizardController : public chromeos::ScreenObserver, |
// Default WizardController. |
static WizardController* default_controller_; |
- // Partner startup customizations. |
- scoped_ptr<const chromeos::StartupCustomizationDocument> customization_; |
- |
// URL to open on browser launch. |
GURL start_url_; |