Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(229)

Unified Diff: services/ui/public/interfaces/window_manager.mojom

Issue 2715243012: Renames kWindowIgnoredByShelf_Property to ..._InitProperty (Closed)
Patch Set: init Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/views/status_bubble_views.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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";
« no previous file with comments | « chrome/browser/ui/views/status_bubble_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698