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

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

Issue 159523002: Promote chrome.app.window alwaysOnTop property to stable unwhitelisted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
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 d1ea9143b38cfbf28d03cd82483c05f6933ca5f5..3ad828a9e7d11863798f240a84028e4dcf2d87a1 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -109,7 +109,6 @@ namespace app.window {
// permission. Defaults to false.<br>
// Call <code>setAlwaysOnTop()</code> on the window to change this property
// after creation.<br>
- // Currently only available on Dev channel.
boolean? alwaysOnTop;
// If true, the window will be focused when created. Defaults to true.
@@ -227,7 +226,6 @@ namespace app.window {
// Set whether the window should stay above most other windows. Requires the
// <code>"alwaysOnTopWindows"</code> permission.
- // Currently only available on Dev channel.
static void setAlwaysOnTop(boolean alwaysOnTop);
// The JavaScript 'window' object for the created child.

Powered by Google App Engine
This is Rietveld 408576698