| 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..ed217106ed8c397879cff573f4721254626f7e2c 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| @@ -78,10 +78,6 @@ 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.
|
|
|