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 c063bea12049b84b43e06501106fa84b4ad41320..bf33d920f115324692493fa81ca82a4654150dfa 100644 |
--- a/chrome/common/extensions/api/app_current_window_internal.idl |
+++ b/chrome/common/extensions/api/app_current_window_internal.idl |
@@ -19,6 +19,7 @@ |
interface Functions { |
static void focus(); |
+ static void fullscreen(); |
jeremya
2013/04/05 20:00:35
I've forgotten why we decided that having an apps-
scheib
2013/04/05 21:47:52
https://code.google.com/p/chromium/issues/detail?i
jeremya
2013/04/08 17:13:54
#1 and #2 could be fixed with a judicious blink ch
|
static void minimize(); |
static void maximize(); |
static void restore(); |