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

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

Issue 469993003: Add AppWindow.setVisibleOnAllWorkspaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 e5055c2cbcc41c4a39b98c4e892388d976eb3a32..373a12e05c6e198858e2c36641aa200b596dcd8b 100644
--- a/chrome/common/extensions/api/app_window.idl
+++ b/chrome/common/extensions/api/app_window.idl
@@ -369,6 +369,10 @@ namespace app.window {
// TODO(jackhou): Document this properly before going to stable.
[nodoc] static boolean alphaEnabled();
+ // For platforms that support multiple workspaces, is this window on all of
+ // them?
+ [nodoc] static void setVisibleOnAllWorkspaces(boolean alwaysVisible);
benwells 2014/08/15 07:53:06 Will there be matching create options? Can we hav
+
// The JavaScript 'window' object for the created child.
[instanceOf=Window] object contentWindow;

Powered by Google App Engine
This is Rietveld 408576698