Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5522)

Unified Diff: chrome/browser/ui/views/tabs/window_finder_mus.h

Issue 2449103004: Refactor WindowFinder definition (Closed)
Patch Set: addressed more of sky's feedback Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/views/tabs/window_finder_mus.h
diff --git a/chrome/browser/ui/views/tabs/window_finder_mus.h b/chrome/browser/ui/views/tabs/window_finder_mus.h
index 6bded2d1c7db032c821e2f07d4b9242aa9889b1c..46255f80ac28f6f4cbfc2f7ca06baf3f5ffee5df 100644
--- a/chrome/browser/ui/views/tabs/window_finder_mus.h
+++ b/chrome/browser/ui/views/tabs/window_finder_mus.h
@@ -7,18 +7,9 @@
#include "chrome/browser/ui/views/tabs/window_finder.h"
-class WindowFinderMus : public WindowFinder {
- public:
- WindowFinderMus();
- ~WindowFinderMus() override;
-
- // Overridden from WindowFinder:
- gfx::NativeWindow GetLocalProcessWindowAtPoint(
- const gfx::Point& screen_point,
- const std::set<gfx::NativeWindow>& ignore) override;
-
- private:
- DISALLOW_COPY_AND_ASSIGN(WindowFinderMus);
-};
+bool GetLocalProcessWindowAtPointMus(
sky 2016/10/31 20:32:46 Add description.
tonikitoo 2016/10/31 21:09:13 Done.
+ const gfx::Point& screen_point,
+ const std::set<gfx::NativeWindow>& ignore,
+ gfx::NativeWindow* out);
#endif // CHROME_BROWSER_UI_VIEWS_TABS_WINDOW_FINDER_MUS_H_

Powered by Google App Engine
This is Rietveld 408576698