Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(918)

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

Issue 212603011: Newly created profiles should have the grey silhouette as avatar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Undo changes to (.png) image resources. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 73afdb6d55eae939f163d967f6f4a384af8db86c..c486af6afb8e1da10f966447888535462e56983b 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -583,7 +583,7 @@ int BrowserView::GetOTRIconResourceID() const {
}
int BrowserView::GetGuestIconResourceID() const {
msw 2014/04/04 20:52:49 nit: remove this function, inline the contents at
Mike Lerman 2014/04/04 21:09:07 Done.
- return IDR_LOGIN_GUEST;
+ return ProfileInfoCache::GetPlaceholderAvatarIconResourceID();
}
bool BrowserView::ShouldShowAvatar() const {

Powered by Google App Engine
This is Rietveld 408576698