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

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

Issue 469993003: Add AppWindow.setVisibleOnAllWorkspaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase 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_current_window_internal.idl
diff --git a/chrome/common/extensions/api/app_current_window_internal.idl b/chrome/common/extensions/api/app_current_window_internal.idl
index 890e75b608f58c6da3c51ec805162a7088e9f67a..f6bd26ff3315650684ae672a7c3775176339eb5b 100644
--- a/chrome/common/extensions/api/app_current_window_internal.idl
+++ b/chrome/common/extensions/api/app_current_window_internal.idl
@@ -52,6 +52,7 @@
static void clearBadge();
static void setShape(Region region);
static void setAlwaysOnTop(boolean always_on_top);
+ static void setVisibleOnAllWorkspaces(boolean always_visible);
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698