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

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

Issue 6893052: Make customization documents singletons. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments resolved Created 9 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/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_;
« no previous file with comments | « chrome/browser/chromeos/login/login_display_host.h ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698