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

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

Issue 3023039: Disable EULA/update/register screens for non-official builds. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: test change Created 10 years, 4 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 622be13013bb89b5a612e71c366d95be5566438e..63bdc71f0dacd4c9ca4365f79782fa8d7ebecc3d 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -146,6 +146,7 @@ class WizardController : public chromeos::ScreenObserver,
void OnUserImageSkipped();
void OnRegistrationSuccess();
void OnRegistrationSkipped();
+ void OnOOBECompleted();
// Switches from one screen to another.
void SetCurrentScreen(WizardScreen* screen);
@@ -200,6 +201,9 @@ class WizardController : public chromeos::ScreenObserver,
std::string username_;
std::string password_;
+ // True if running official BUILD.
+ bool is_official_build_;
+
// True if full OOBE flow should be shown.
bool is_out_of_box_;
« no previous file with comments | « chrome/browser/chromeos/login/background_view.cc ('k') | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698