Index: chrome/browser/ui/views/frame/browser_view_layout.h |
diff --git a/chrome/browser/ui/views/frame/browser_view_layout.h b/chrome/browser/ui/views/frame/browser_view_layout.h |
index c0e8287cff153f69fe6fed1338dc06faa015be3f..5eddb154245b7330d847aa7c49009997f411e05c 100644 |
--- a/chrome/browser/ui/views/frame/browser_view_layout.h |
+++ b/chrome/browser/ui/views/frame/browser_view_layout.h |
@@ -78,15 +78,11 @@ class BrowserViewLayout : public views::LayoutManager { |
// Returns the bounding box, in widget coordinates, for the find bar. |
gfx::Rect GetFindBarBoundingBox() const; |
- // Returns true if the specified point(BrowserView coordinates) is in |
- // in the window caption area of the browser window. |
- bool IsPositionInWindowCaption(const gfx::Point& point); |
- |
// Tests to see if the specified |point| (in nonclient view's coordinates) |
// is within the views managed by the laymanager. Returns one of |
// HitTestCompat enum defined in ui/base/hit_test.h. |
// See also ClientView::NonClientHitTest. |
- int NonClientHitTest(const gfx::Point& point); |
+ int NonClientHitTest(const gfx::Point& point) const; |
// views::LayoutManager overrides: |
virtual void Layout(views::View* host) OVERRIDE; |