| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| index 8a2c9d9dbe1b455a31de10889dfb9e99d6f325dd..b76c3c6ecd30d63eef8ea27d6a19fdcfd5c4f2b1 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h
|
| @@ -31,9 +31,6 @@ class OpaqueBrowserFrameViewLayoutDelegate {
|
| // depend on the current state of the window (e.g., whether it is maximized).
|
| virtual bool ShouldShowCaptionButtons() const = 0;
|
|
|
| - // Controls the visualization of the avatar
|
| - virtual bool ShouldShowAvatar() const = 0;
|
| -
|
| // Returns true if in guest mode or a non off the record session.
|
| virtual bool IsRegularOrGuestSession() const = 0;
|
|
|
|
|