| 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..1215261eeb3105f9a20368e7224e2e9296374aba 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 =
|
| + "init:window-ignored-by-shelf";
|
| +
|
| // 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";
|
|
|
|
|