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

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

Issue 212603011: Newly created profiles should have the grey silhouette as avatar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor parallel arrays; trungl's suggestions Created 6 years, 8 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.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index aeaa05400fbd1b2d787c86d03728a87cc52a949c..f3c5d6dc52e0512a52e3f082a6ae36ab6ba37f52 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -206,10 +206,6 @@ class BrowserView : public BrowserWindow,
// which layout is being shown and whether we are full-screen.
int GetOTRIconResourceID() const;
- // Returns the resource ID to use for the Guest icon, which may depend on
- // which layout is being shown and whether we are full-screen.
- int GetGuestIconResourceID() const;
-
// Returns true if the non-client view should render an avatar icon.
bool ShouldShowAvatar() const;

Powered by Google App Engine
This is Rietveld 408576698