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

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

Issue 6902107: Merge 82987, 83304 - make sure that OEM tab is shown even if first login is Guest (Closed) Base URL: svn://svn.chromium.org/chrome/branches/742/src/
Patch Set: 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
===================================================================
--- chrome/browser/chromeos/login/wizard_controller.h (revision 83304)
+++ chrome/browser/chromeos/login/wizard_controller.h (working copy)
@@ -30,7 +30,6 @@
class LoginDisplayHost;
class NetworkScreen;
class RegistrationScreen;
-class StartupCustomizationDocument;
class UpdateScreen;
class UserImageScreen;
class WizardInProcessBrowserTest;
@@ -131,14 +130,6 @@
// 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 @@
// 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