| Index: chrome/browser/ui/views/tabs/window_finder.h
|
| diff --git a/chrome/browser/ui/views/tabs/window_finder.h b/chrome/browser/ui/views/tabs/window_finder.h
|
| index 91de6c161da5ee8abd0a969dbdc35f4599a248a4..f234306da8dc2d70052d045cb8ea0eff24b8fb15 100644
|
| --- a/chrome/browser/ui/views/tabs/window_finder.h
|
| +++ b/chrome/browser/ui/views/tabs/window_finder.h
|
| @@ -19,7 +19,6 @@ class Point;
|
|
|
| // Returns the Window at the specified point, ignoring the windows in |ignore|.
|
| gfx::NativeWindow GetLocalProcessWindowAtPoint(
|
| - chrome::HostDesktopType host_desktop_type,
|
| const gfx::Point& screen_point,
|
| const std::set<gfx::NativeWindow>& ignore);
|
|
|
|
|