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

Unified Diff: chrome/browser/chromeos/login/user_flow.cc

Issue 2822033002: cros: Use SessionController to enable system tray settings / notifications tray (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
Index: chrome/browser/chromeos/login/user_flow.cc
diff --git a/chrome/browser/chromeos/login/user_flow.cc b/chrome/browser/chromeos/login/user_flow.cc
index f0871e8650ab7537dfc246de6ba2c042ae31412e..fcf1911e9ab18edec47b1d9bdc90854958037690 100644
--- a/chrome/browser/chromeos/login/user_flow.cc
+++ b/chrome/browser/chromeos/login/user_flow.cc
@@ -34,7 +34,7 @@ bool DefaultUserFlow::CanStartArc() {
return true;
}
-bool DefaultUserFlow::ShouldShowSettings() {
+bool DefaultUserFlow::ShouldEnableSettings() {
return true;
}
@@ -80,7 +80,7 @@ ExtendedUserFlow::~ExtendedUserFlow() {
void ExtendedUserFlow::AppendAdditionalCommandLineSwitches() {
}
-bool ExtendedUserFlow::ShouldShowSettings() {
+bool ExtendedUserFlow::ShouldEnableSettings() {
return true;
}

Powered by Google App Engine
This is Rietveld 408576698