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

Unified Diff: ui/aura/test/mus/test_window_tree.cc

Issue 2710023007: Make WindowTree::SetModal() take the type. (Closed)
Patch Set: address 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/mus/test_window_tree.h ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/mus/test_window_tree.cc
diff --git a/ui/aura/test/mus/test_window_tree.cc b/ui/aura/test/mus/test_window_tree.cc
index e9be6351aff40ba83dcbd9d1f438b29a05957d3a..7461c1ec2f4788685e559e7e1c2ddab0cd1fc3a8 100644
--- a/ui/aura/test/mus/test_window_tree.cc
+++ b/ui/aura/test/mus/test_window_tree.cc
@@ -207,7 +207,9 @@ void TestWindowTree::RemoveTransientWindowFromParent(
OnChangeReceived(change_id, WindowTreeChangeType::REMOVE_TRANSIENT);
}
-void TestWindowTree::SetModal(uint32_t change_id, uint32_t window_id) {
+void TestWindowTree::SetModalType(uint32_t change_id,
+ uint32_t window_id,
+ ui::ModalType modal_type) {
OnChangeReceived(change_id, WindowTreeChangeType::MODAL);
}
« no previous file with comments | « ui/aura/test/mus/test_window_tree.h ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698