| 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 be01656f904ad23f2e6a3dff565dcf40cf3c34c9..a2ac8bc97385755c74d5c4f2c4e8379f6f1a265b 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -200,9 +200,6 @@ class BrowserView : public BrowserWindow,
|
| // not off the record or a guest session.
|
| bool IsRegularOrGuestSession() const;
|
|
|
| - // Returns true if the non-client view should render an avatar icon.
|
| - bool ShouldShowAvatar() const;
|
| -
|
| // Provides the containing frame with the accelerator for the specified
|
| // command id. This can be used to provide menu item shortcut hints etc.
|
| // Returns true if an accelerator was found for the specified |cmd_id|, false
|
|
|