| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| index 985a5f7a4d28d5a3ec93b19a2f4edc270376865c..b305e67b27600ff46cee26af68d55451c9676dd8 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view.h
|
| @@ -100,8 +100,6 @@
|
| void ViewHierarchyChanged(
|
| const ViewHierarchyChangedDetails& details) override;
|
| void ActivationChanged(bool active) override;
|
| - bool DoesIntersectRect(const views::View* target,
|
| - const gfx::Rect& rect) const override;
|
|
|
| // ProfileAttributesStorage::Observer:
|
| void OnProfileAdded(const base::FilePath& profile_path) override;
|
|
|