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

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

Issue 2347703002: Limit the Material Design OOBE in a way that is less fragile. (Closed)
Patch Set: Created 4 years, 3 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 284932964777dbfd25808ac355e8950b9e67d3c0..31500d93eba3c52e44cb2a61f9c6093a6721de8c 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -280,6 +280,9 @@ class WizardController : public BaseScreenDelegate,
// Changes status area visibility.
void SetStatusAreaVisible(bool visible);
+ // Changes whether to show the Material Design OOBE or not.
+ void SetShowMdOobe(bool show);
+
// Launched kiosk app configured for auto-launch.
void AutoLaunchKioskApp();
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | chrome/browser/chromeos/login/wizard_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698