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 4ce91d50ed01aad9fa9b789755e9e2c4bbda835e..3866de8828e697510f770f9215ee026a7b9e66c6 100644 |
--- a/chrome/browser/ui/views/tabs/window_finder.h |
+++ b/chrome/browser/ui/views/tabs/window_finder.h |
@@ -33,6 +33,10 @@ class WindowFinder { |
const std::set<gfx::NativeWindow>& ignore); |
private: |
+ gfx::NativeWindow GetLocalProcessWindowAtPointImpl( |
+ const gfx::Point& screen_point, |
+ const std::set<gfx::NativeWindow>& ignore); |
+ |
DISALLOW_COPY_AND_ASSIGN(WindowFinder); |
}; |