| 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 8737534f011a3c8e4dfa5cd03b3c0e40cc1ae781..43f14751b9f1fa140781347e7a368573ac41b94c 100644
|
| --- a/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/opaque_browser_frame_view.h
|
| @@ -71,6 +71,9 @@ class OpaqueBrowserFrameView : public BrowserNonClientFrameView,
|
| virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
|
| virtual SkBitmap GetFavIconForTabIconView() OVERRIDE;
|
|
|
| + protected:
|
| + virtual void LayoutOTRAvatar();
|
| +
|
| 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
|
| @@ -122,7 +125,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;
|
|
|