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

Unified Diff: services/ui/demo/mus_demo_internal.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.h ('k') | services/ui/test_wm/test_wm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/demo/mus_demo_internal.cc
diff --git a/services/ui/demo/mus_demo_internal.cc b/services/ui/demo/mus_demo_internal.cc
index 6c2125692fa142f61cc57ce1945e241549a8c72f..65b1c5105d07ab43f5c6d42763f0047a6a008be9 100644
--- a/services/ui/demo/mus_demo_internal.cc
+++ b/services/ui/demo/mus_demo_internal.cc
@@ -48,6 +48,8 @@ bool MusDemoInternal::OnWmSetProperty(
return true;
}
+void MusDemoInternal::OnWmSetModalType(aura::Window* window, ModalType type) {}
+
void MusDemoInternal::OnWmSetCanFocus(aura::Window* window, bool can_focus) {}
aura::Window* MusDemoInternal::OnWmCreateTopLevelWindow(
« no previous file with comments | « services/ui/demo/mus_demo_internal.h ('k') | services/ui/test_wm/test_wm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698