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 a8b574a4e73e75353fdc6b4fbccea20a9a2fe323..e634c897a02455aa4f14f5f5304903e13014eecf 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.h |
+++ b/chrome/browser/ui/views/frame/browser_view.h |
@@ -182,9 +182,6 @@ class BrowserView : public BrowserWindow, |
// Retrieves the icon to use in the frame to indicate an OTR window. |
SkBitmap GetOTRAvatarIcon() const; |
- // Retrieves the icon to use in the frame to indicate guest session. |
- SkBitmap GetGuestAvatarIcon() const; |
- |
// Returns true if the Browser object associated with this BrowserView is a |
// tabbed-type window (i.e. a browser window, not an app or popup). |
bool IsBrowserTypeNormal() const { |