Chromium Code Reviews| Index: chrome/browser/ui/views/frame/browser_view.cc |
| =================================================================== |
| --- chrome/browser/ui/views/frame/browser_view.cc (revision 91957) |
| +++ chrome/browser/ui/views/frame/browser_view.cc (working copy) |
| @@ -476,7 +476,7 @@ |
| if (IsOffTheRecord()) |
| return true; |
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kMultiProfiles)) { |
| + if (ProfileManager::IsMultipleProfilesEnabled()) { |
| // TODO(sail): Once the multi-profile options UI is done we only want to |
| // show the avatar if the user has more than one profile. |
| return true; |