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

Unified Diff: services/ui/demo/mus_demo_internal.cc

Issue 2759643003: Add system modals to the proper container in mus+ash. (Closed)
Patch Set: fix rebase. 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
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(

Powered by Google App Engine
This is Rietveld 408576698