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

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

Issue 2710023007: Make WindowTree::SetModal() take the type. (Closed)
Patch Set: Don't check for system modal when AddTransientWindow(). 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: ui/aura/test/mus/test_window_tree.h
diff --git a/ui/aura/test/mus/test_window_tree.h b/ui/aura/test/mus/test_window_tree.h
index 92d05bac709a9435fb159305e2d166196ecf99a3..eecdf59bdc4e587b71b7546409fd14ea9af42202 100644
--- a/ui/aura/test/mus/test_window_tree.h
+++ b/ui/aura/test/mus/test_window_tree.h
@@ -148,7 +148,9 @@ class TestWindowTree : public ui::mojom::WindowTree {
uint32_t transient_window_id) override;
void RemoveTransientWindowFromParent(uint32_t change_id,
uint32_t window_id) override;
- void SetModal(uint32_t change_id, uint32_t window_id) override;
+ void SetModalType(uint32_t change_id,
+ uint32_t window_id,
+ ui::ModalType modal_type) override;
void ReorderWindow(uint32_t change_id,
uint32_t window_id,
uint32_t relative_window_id,

Powered by Google App Engine
This is Rietveld 408576698