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

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

Issue 2791223004: cros: UpdateStatusAreaVisibility in WizardControllor::ShowCurrentScreen() (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | 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 6b10bfb848cca04e59d29bc3b820b55b68dfcbef..e78b2c5da99c97845f6e273d28d4c58d27d08697 100644
--- a/chrome/browser/chromeos/login/wizard_controller.h
+++ b/chrome/browser/chromeos/login/wizard_controller.h
@@ -241,8 +241,8 @@ class WizardController : public BaseScreenDelegate,
// ShowCurrentScreen directly forces screen to be shown immediately.
void SetCurrentScreenSmooth(BaseScreen* screen, bool use_smoothing);
- // Changes status area visibility.
- void SetStatusAreaVisible(bool visible);
+ // Update the status area visibility for |screen|.
+ void UpdateStatusAreaVisibilityForScreen(OobeScreen screen);
// Changes whether to show the Material Design OOBE or not.
void SetShowMdOobe(bool show);
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/wizard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698