| Index: chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| index 7305a061d4417772abb654f7c088a1de00557484..c73fbbd07d400be4d465a034346b7842579ec211 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| @@ -75,6 +75,9 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
|
| virtual SkBitmap GetFaviconForTabIconView() OVERRIDE;
|
|
|
| + protected:
|
| + virtual void LayoutOTRAvatar() OVERRIDE;
|
| +
|
| private:
|
| // Returns the thickness of the border that makes up the window frame edges.
|
| // This does not include any client edge. If |restored| is true, acts as if
|
| @@ -126,7 +129,6 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| // Layout various sub-components of this view.
|
| void LayoutWindowControls();
|
| void LayoutTitleBar();
|
| - void LayoutOTRAvatar();
|
|
|
| // Returns the bounds of the client area for the specified view size.
|
| gfx::Rect CalculateClientAreaBounds(int width, int height) const;
|
|
|