| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index 0ab3fbba1d04c666dba53e91c3fd8732a3d75367..2286ca863bfaf6dc891ecf9a1e01d8b55015fc46 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -7,7 +7,6 @@
|
| #include "base/prefs/pref_service.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/browser_process.h"
|
| -#include "chrome/browser/first_run/first_run.h"
|
| #include "chrome/browser/lifetime/application_lifetime.h"
|
| #include "chrome/browser/prefs/incognito_mode_prefs.h"
|
| #include "chrome/browser/profiles/profile_avatar_icon_util.h"
|
| @@ -1390,9 +1389,6 @@ views::View* ProfileChooserView::CreateAccountRemovalView() {
|
|
|
| views::View* ProfileChooserView::CreateWelcomeUpgradeTutorialViewIfNeeded(
|
| bool tutorial_shown, const AvatarMenu::Item& avatar_item){
|
| - if (first_run::IsChromeFirstRun())
|
| - return NULL;
|
| -
|
| Profile* profile = browser_->profile();
|
| if (!avatar_item.signed_in) {
|
| profile->GetPrefs()->SetInteger(
|
|
|