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

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

Issue 25449002: Add chrome.app.window.[get|set][Min|Max][Width|Height] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase 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 699963609a29c81ed92c95ec3b6a52f61a7c9700..0c42aa876e24e1127b81aff0abe8706d1530378b 100644
--- a/chrome/common/extensions/api/app_current_window_internal.idl
+++ b/chrome/common/extensions/api/app_current_window_internal.idl
@@ -38,6 +38,10 @@
static void show();
static void hide();
static void setBounds(Bounds bounds);
+ static void setMinWidth(optional long minWidth);
+ static void setMinHeight(optional long minHeight);
+ static void setMaxWidth(optional long maxWidth);
+ static void setMaxHeight(optional long maxHeight);
static void setIcon(DOMString icon_url);
static void setInputRegion(Region region);
static void setAlwaysOnTop(boolean always_on_top);
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/common/extensions/api/app_window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698