Chromium Code Reviews| Index: services/ui/public/interfaces/window_manager.mojom |
| diff --git a/services/ui/public/interfaces/window_manager.mojom b/services/ui/public/interfaces/window_manager.mojom |
| index 1a090b7d351b2203cb1f2e67864f2b8117b68b32..2d458c77fcdc6c6b189b5e2f2ba0fb4a1e9f9a6d 100644 |
| --- a/services/ui/public/interfaces/window_manager.mojom |
| +++ b/services/ui/public/interfaces/window_manager.mojom |
| @@ -29,6 +29,10 @@ interface WindowManager { |
| // window. This is typically done if the client wants to handle immersive |
| // themselves. Type: bool. |
| const string kDisableImmersive_Property = "prop:disable_immersive"; |
| + // Used to explicitly control whether a window appears in the most recently |
| + // used list of windows. |
| + // Type: bool. |
|
msw
2016/10/11 22:36:05
optional nit: put on line above.
sky
2016/10/11 22:57:05
Done.
|
| + const string kExcludeFromMru_Property = "prop:exclude_from_mru"; |
| // Initial bounds to create the window at. If empty the WindowManager decides |
| // the initial bounds. |
| const string kInitialBounds_Property = "prop:initial_bounds"; |