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

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

Issue 26427002: Add always-on-top property to app windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cache state of isAlwaysOnTop in widget. Fixed clobber in x11 window init. Created 7 years, 2 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 8ccc3b88f72becce7c737654bde9003ba432fa71..699963609a29c81ed92c95ec3b6a52f61a7c9700 100644
--- a/chrome/common/extensions/api/app_current_window_internal.idl
+++ b/chrome/common/extensions/api/app_current_window_internal.idl
@@ -40,6 +40,7 @@
static void setBounds(Bounds bounds);
static void setIcon(DOMString icon_url);
static void setInputRegion(Region region);
+ static void setAlwaysOnTop(boolean always_on_top);
};
interface Events {

Powered by Google App Engine
This is Rietveld 408576698