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

Unified Diff: services/ui/test_wm/test_wm.cc

Issue 2759643003: Add system modals to the proper container in mus+ash. (Closed)
Patch Set: addressed feedback. Created 3 years, 9 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
« no previous file with comments | « services/ui/demo/mus_demo_internal.cc ('k') | services/ui/ws/window_manager_client_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/test_wm/test_wm.cc
diff --git a/services/ui/test_wm/test_wm.cc b/services/ui/test_wm/test_wm.cc
index a0df161d7907fd80e2085f55ce268c78d80acb76..25a369c7c5efd2e0107917e1972f50b4e3aa8ca5 100644
--- a/services/ui/test_wm/test_wm.cc
+++ b/services/ui/test_wm/test_wm.cc
@@ -108,6 +108,7 @@ class TestWM : public service_manager::Service,
std::unique_ptr<std::vector<uint8_t>>* new_data) override {
return true;
}
+ void OnWmSetModalType(aura::Window* window, ui::ModalType type) override {}
void OnWmSetCanFocus(aura::Window* window, bool can_focus) override {}
aura::Window* OnWmCreateTopLevelWindow(
ui::mojom::WindowType window_type,
« no previous file with comments | « services/ui/demo/mus_demo_internal.cc ('k') | services/ui/ws/window_manager_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698