Index: trunk/src/chrome/browser/ui/views/frame/browser_view.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/views/frame/browser_view.cc (revision 263283) |
+++ trunk/src/chrome/browser/ui/views/frame/browser_view.cc (working copy) |
@@ -25,7 +25,6 @@ |
#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" |
@@ -584,6 +583,10 @@ |
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()) |