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

Unified Diff: ui/aura/test/aura_test_base.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 | « ui/aura/test/aura_test_base.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.cc
diff --git a/ui/aura/test/aura_test_base.cc b/ui/aura/test/aura_test_base.cc
index 6d7c340bac14bd51688b4127024bf9e4905c6571..3858cdbfad158dc11e14748dba66524dfc9205e3 100644
--- a/ui/aura/test/aura_test_base.cc
+++ b/ui/aura/test/aura_test_base.cc
@@ -169,6 +169,8 @@ bool AuraTestBase::OnWmSetProperty(
return true;
}
+void AuraTestBase::OnWmSetModalType(Window* window, ui::ModalType type) {}
+
void AuraTestBase::OnWmSetCanFocus(Window* window, bool can_focus) {}
Window* AuraTestBase::OnWmCreateTopLevelWindow(
« no previous file with comments | « ui/aura/test/aura_test_base.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698