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

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

Issue 3044001: Register getUserInfo message callback for register screen. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: - test changes Created 10 years, 5 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
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d5b69b9e17e720bc7685ed84ab37578f5016224d..25394ff71669791f446416a2e3a4ab74c757281c 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -93,6 +93,9 @@ class WizardController : public chromeos::ScreenObserver,
// screen.
WizardScreen* current_screen() const { return current_screen_; }
+ // True if WizardController is in OOBE mode.
+ bool is_oobe() { return is_out_of_box_; }
+
// Overrides observer for testing.
void set_observer(ScreenObserver* observer) { observer_ = observer; }
@@ -101,6 +104,9 @@ class WizardController : public chromeos::ScreenObserver,
void SetCustomization(
const chromeos::StartupCustomizationDocument* customization);
+ // Returns partner startup customization document owned by WizardController.
+ const chromeos::StartupCustomizationDocument* GetCustomization();
+
// Registers OOBE preferences.
static void RegisterPrefs(PrefService* local_state);
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698