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

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

Issue 866893003: Enable visibleOnAllWorkspaces on stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « extensions/common/api/_api_features.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/app_window.idl
diff --git a/extensions/common/api/app_window.idl b/extensions/common/api/app_window.idl
index b8f94fcad8e9b666d4421b3164f585b2e6bbd139..18247037a781c4c7efc1bf03d9c39a4faef0dedd 100644
--- a/extensions/common/api/app_window.idl
+++ b/extensions/common/api/app_window.idl
@@ -272,7 +272,6 @@ namespace app.window {
boolean? focused;
// If true, the window will be visible on all workspaces.
- // This is only available on dev channel.
boolean? visibleOnAllWorkspaces;
};
@@ -391,7 +390,6 @@ namespace app.window {
// For platforms that support multiple workspaces, is this window visible on
// all of them?
- // This is only available on dev channel.
static void setVisibleOnAllWorkspaces(boolean alwaysVisible);
// Set whether the window should get all keyboard events including system
« no previous file with comments | « extensions/common/api/_api_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698