Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8408)

Unified Diff: chrome/browser/ui/views/frame/opaque_browser_frame_view.h

Issue 6692001: Add in DOMBrowserView and Frame related classes (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Updated CL in response to comments by oshima and rjkroege Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 945c24f6a1423a51976f3d3092c28ef20b622e36..f09e2d24d4899c04afc862d3a64184e956f227d8 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();
oshima 2011/03/16 21:10:25 OVERRIDE
rharrison 2011/03/17 17:00:50 Done.
+
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;

Powered by Google App Engine
This is Rietveld 408576698