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

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

Issue 13609003: fullscreen in apps v2 ShellWindow via app.window.create. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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 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();

Powered by Google App Engine
This is Rietveld 408576698