| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index c8c819b38744941c6a9c795b9a153b906af4d270..ee5e0d3845151dc047643a01ab40762471ae1379 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -25,6 +25,7 @@
|
| #include "chrome/browser/password_manager/chrome_password_manager_client.h"
|
| #include "chrome/browser/profiles/avatar_menu.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| +#include "chrome/browser/profiles/profile_avatar_icon_util.h"
|
| #include "chrome/browser/profiles/profile_info_cache.h"
|
| #include "chrome/browser/profiles/profile_manager.h"
|
| #include "chrome/browser/profiles/profiles_state.h"
|
| @@ -582,10 +583,6 @@ int BrowserView::GetOTRIconResourceID() const {
|
| return otr_resource_id;
|
| }
|
|
|
| -int BrowserView::GetGuestIconResourceID() const {
|
| - return IDR_LOGIN_GUEST;
|
| -}
|
| -
|
| bool BrowserView::ShouldShowAvatar() const {
|
| #if defined(OS_CHROMEOS)
|
| if (!browser_->is_type_tabbed() && !browser_->is_app())
|
|
|