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

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

Issue 2591333002: Register app and window icon properties for aura mus conversion. (Closed)
Patch Set: Created 4 years 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 | « no previous file | ui/aura/mus/property_converter.cc » ('j') | 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 788f70661723379fcbfd2126cf979c77f2b421c8..2239dde237926616132c1cb0d9805c2169e9eb0d 100644
--- a/services/ui/public/interfaces/window_manager.mojom
+++ b/services/ui/public/interfaces/window_manager.mojom
@@ -75,7 +75,6 @@ interface WindowManager {
const string kAlwaysOnTop_Property = "prop:always_on_top";
// The application icon; typically larger for shelf icons, etc. Type: SkBitmap
- // TODO(msw): map to aura::client::kAppIconKey http://crbug.com/663522?
const string kAppIcon_Property = "prop:app-icon";
// The application ID (eg. 'mojo:foo'). Maps to
@@ -123,7 +122,6 @@ interface WindowManager {
const string kShowState_Property = "prop:show-state";
// The window icon; typically 16x16 for titlebars. Type: SkBitmap
- // TODO(msw): map to aura::client::kAppIconKey http://crbug.com/663522?
const string kWindowIcon_Property = "prop:window-icon";
// A flag controlling the window's presence on the mash shelf. Type: bool
« no previous file with comments | « no previous file | ui/aura/mus/property_converter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698