| 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 5c82ea906f2275e13958bf50311cc3e31634c2b0..7bd43f4eb05dfd2d04002c640e8a723417197017 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -207,10 +207,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;
|
|
|
|
|