| 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;
|
| }
|
|
|
|
|