| 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 dd64a406189f97ad1db1606b99d54a05aa17ae38..40198026d66e4d46c9142fe0834f07d052cb35a2 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view_layout.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view_layout.h
|
| @@ -76,10 +76,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.
|
|
|