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 e3238d1822ca5887644c61197f0c6c0372e3a4aa..f50d8e075a3425cea267049b366ba07d63b4be48 100644 |
| --- a/services/ui/public/interfaces/window_manager.mojom |
| +++ b/services/ui/public/interfaces/window_manager.mojom |
| @@ -60,6 +60,10 @@ interface WindowManager { |
| // and the client area should be equivalent to the window area. Type: bool |
| const string kRemoveStandardFrame_InitProperty = "init:remove-standard-frame"; |
| + // A flag controlling the window's presence on the mash shelf. Type: bool |
| + const string kWindowIgnoredByShelf_InitProperty = |
| + "prop:window-ignored-by-shelf"; |
|
James Cook
2017/03/01 00:11:17
Should this be "init:" instead of "prop:" like the
sky
2017/03/01 00:20:49
Good point. Done.
|
| + |
| // The window type. This maps to aura::client::kWindowTypeKey as well as |
| // Window::type(). This mapping is only done for top-level windows that are |
| // created by the window manager at the request of a client. |
| @@ -135,10 +139,6 @@ interface WindowManager { |
| // The window icon; typically 16x16 for titlebars. Type: SkBitmap |
| const string kWindowIcon_Property = "prop:window-icon"; |
| - // A flag controlling the window's presence on the mash shelf. Type: bool |
| - // TODO: convert this to a aura::client property; http://crbug.com/671729. |
| - const string kWindowIgnoredByShelf_Property = "prop:window-ignored-by-shelf"; |
| - |
| // The window's title. Maps to aura::client::kTitleKey. Type: mojom::String |
| const string kWindowTitle_Property = "prop:window-title"; |