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

Unified Diff: services/ui/ws/window_manager_client_unittest.cc

Issue 2387013003: Adds OnChildWindowVisibilityChanged to ui::WindowObserver (Closed)
Patch Set: fix test Created 4 years, 2 months 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: services/ui/ws/window_manager_client_unittest.cc
diff --git a/services/ui/ws/window_manager_client_unittest.cc b/services/ui/ws/window_manager_client_unittest.cc
index 3dea21ef193e4741480ad489e340076ef0551d74..55a370dd3a3894516b84f68621f98d3074da7556 100644
--- a/services/ui/ws/window_manager_client_unittest.cc
+++ b/services/ui/ws/window_manager_client_unittest.cc
@@ -544,7 +544,7 @@ class VisibilityChangeObserver : public WindowObserver {
private:
// Overridden from WindowObserver:
- void OnWindowVisibilityChanged(Window* window) override {
+ void OnWindowVisibilityChanged(Window* window, bool visible) override {
EXPECT_EQ(window, window_);
EXPECT_TRUE(WindowServerTestBase::QuitRunLoop());
}

Powered by Google App Engine
This is Rietveld 408576698