Index: chrome/browser/ui/views/tabs/window_finder_win.cc |
diff --git a/chrome/browser/ui/views/tabs/window_finder_win.cc b/chrome/browser/ui/views/tabs/window_finder_win.cc |
index cb1b3211debc843b59aa7d976a73c3672696c6af..c32dba6c0b99de1ad7197edce1dee7db4598ccb0 100644 |
--- a/chrome/browser/ui/views/tabs/window_finder_win.cc |
+++ b/chrome/browser/ui/views/tabs/window_finder_win.cc |
@@ -242,8 +242,7 @@ std::set<HWND> RemapIgnoreSet(const std::set<gfx::NativeView>& ignore) { |
gfx::NativeWindow GetLocalProcessWindowAtPoint( |
chrome::HostDesktopType host_desktop_type, |
const gfx::Point& screen_point, |
- const std::set<gfx::NativeWindow>& ignore, |
- gfx::NativeWindow source) { |
+ const std::set<gfx::NativeWindow>& ignore) { |
#if defined(USE_ASH) |
if (host_desktop_type == chrome::HOST_DESKTOP_TYPE_ASH) |
return GetLocalProcessWindowAtPointAsh(screen_point, ignore); |