| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index c8599b1075717bcd95a020976736267b6a31ac5e..a9b217ebdf8a88dcc3b2f4b29dfbd58274d3780e 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -234,10 +234,6 @@ class BrowserView : public BrowserWindow,
|
| return browser_->is_type_tabbed();
|
| }
|
|
|
| - // 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);
|
| -
|
| // See ImmersiveModeController for description.
|
| ImmersiveModeController* immersive_mode_controller() const {
|
| return immersive_mode_controller_.get();
|
|
|