| Index: chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| index a060e297211c1d1e00ae8ecc09048f89d0981a96..a3812d6a3dc266b80597ec44bcc094b43492b3f0 100644
|
| --- a/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/profiles/profile_chooser_controller.mm
|
| @@ -12,7 +12,6 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "chrome/browser/browser_process.h"
|
| #include "chrome/browser/chrome_notification_types.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/avatar_menu.h"
|
| @@ -1165,9 +1164,6 @@ class ActiveProfileObserverBridge : public AvatarMenuObserver,
|
| }
|
|
|
| - (NSView*)buildWelcomeUpgradeTutorialViewIfNeeded {
|
| - if (first_run::IsChromeFirstRun())
|
| - return nil;
|
| -
|
| Profile* profile = browser_->profile();
|
| const AvatarMenu::Item& avatarItem =
|
| avatarMenu_->GetItemAt(avatarMenu_->GetActiveProfileIndex());
|
|
|