| Index: ui/aura/mus/window_manager_delegate.h
|
| diff --git a/ui/aura/mus/window_manager_delegate.h b/ui/aura/mus/window_manager_delegate.h
|
| index 8a0f04bdae6cd244bdb002276aa6283494dab800..f7d3a9fc69c33266dfd70b14aa3b471957167762 100644
|
| --- a/ui/aura/mus/window_manager_delegate.h
|
| +++ b/ui/aura/mus/window_manager_delegate.h
|
| @@ -91,6 +91,9 @@ class AURA_EXPORT WindowManagerDelegate {
|
| const std::string& name,
|
| std::unique_ptr<std::vector<uint8_t>>* new_data) = 0;
|
|
|
| + // A client requested the modal type to be changed to |type|.
|
| + virtual void OnWmSetModalType(Window* window, ui::ModalType type) = 0;
|
| +
|
| // A client requested to change focusibility of |window|. We currently assume
|
| // this always succeeds.
|
| virtual void OnWmSetCanFocus(Window* window, bool can_focus) = 0;
|
|
|