Chromium Code Reviews| Index: components/mus/public/cpp/lib/in_flight_change.h |
| diff --git a/components/mus/public/cpp/lib/in_flight_change.h b/components/mus/public/cpp/lib/in_flight_change.h |
| index 878ec7738dd3811024959aaa0469831f130d84a2..f848ab3b9fe4a2f1e780fc88b09454a248b1e9d5 100644 |
| --- a/components/mus/public/cpp/lib/in_flight_change.h |
| +++ b/components/mus/public/cpp/lib/in_flight_change.h |
| @@ -39,6 +39,7 @@ enum class ChangeType { |
| REMOVE_CHILD, |
| REMOVE_TRANSIENT_WINDOW_FROM_PARENT, |
| REORDER, |
| + SET_MODAL, |
| VISIBLE, |
| }; |