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

Unified Diff: chrome/common/extensions/api/app_window.idl

Issue 267303003: Promote chrome app window frame color to stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 6 years, 7 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
Index: chrome/common/extensions/api/app_window.idl
diff --git a/chrome/common/extensions/api/app_window.idl b/chrome/common/extensions/api/app_window.idl
index ee3c8d5b6fb4f573a33be2a30fa90d9b7d92f110..daf90f438f75347027a85e9cb5198c35b13d5d3d 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -106,20 +106,20 @@ namespace app.window {
DOMString? type;
// Allows the frame color to be set. Frame coloring is only available if the
// frame type is <code>chrome</code>.<br>
- // Frame coloring is experimental and only available in dev channel.
+ // Frame coloring is new in Chrome 36.
DOMString? color;
// Allows the frame color of the window when active to be set. Frame
// coloring is only available if the frame type is <code>chrome</code>.<br>
// Frame coloring is only available if the frame type is
// <code>chrome</code>.<br>
- // Frame coloring is experimental and only available in dev channel.
+ // Frame coloring is new in Chrome 36.
DOMString? activeColor;
// Allows the frame color of the window when inactive to be set differently
// to the active color. Frame
// coloring is only available if the frame type is <code>chrome</code>.<br>
// <code>inactiveColor</code> must be used in conjunction with <code>
// color</code>.<br>
- // Frame coloring is experimental and only available in dev channel.
+ // Frame coloring is new in Chrome 36.
DOMString? inactiveColor;
};
@@ -212,7 +212,7 @@ namespace app.window {
// draggability to the app's window. <code>-webkit-app-region: drag</code>
// can be used to mark regions draggable. <code>no-drag</code> can be used
// to disable this style on nested elements.<br>
- // Use of <code>FrameOptions</code> is only supported in dev channel.
+ // Use of <code>FrameOptions</code> is new in M36.
(DOMString or FrameOptions)? frame;
// Size and position of the content in the window (excluding the titlebar).

Powered by Google App Engine
This is Rietveld 408576698