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

Unified Diff: ui/aura/test/aura_test_base.h

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/mus/window_tree_client.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/test/aura_test_base.h
diff --git a/ui/aura/test/aura_test_base.h b/ui/aura/test/aura_test_base.h
index b5a765b9f995634d9ebaaa9e0592d95a237aa840..41d084e9eaec94e60ca768b84fec2c8e8798a03d 100644
--- a/ui/aura/test/aura_test_base.h
+++ b/ui/aura/test/aura_test_base.h
@@ -102,6 +102,7 @@ class AuraTestBase : public testing::Test,
Window* window,
const std::string& name,
std::unique_ptr<std::vector<uint8_t>>* new_data) override;
+ void OnWmSetModalType(Window* window, ui::ModalType type) override;
void OnWmSetCanFocus(Window* window, bool can_focus) override;
Window* OnWmCreateTopLevelWindow(
ui::mojom::WindowType window_type,
« no previous file with comments | « ui/aura/mus/window_tree_client.cc ('k') | ui/aura/test/aura_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698