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

Unified Diff: chrome/common/extensions/docs/windows.html

Issue 9328037: Add fullscreen state support for chrome.windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Separate FullscreenController related stuff to another patch set Created 8 years, 10 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/docs/windows.html
diff --git a/chrome/common/extensions/docs/windows.html b/chrome/common/extensions/docs/windows.html
index c27dc13c754fadaff377d939608a4d5751546cfb..ea127d7fa0270fe31f5cbd3af86e53fb32a63059 100644
--- a/chrome/common/extensions/docs/windows.html
+++ b/chrome/common/extensions/docs/windows.html
@@ -1629,14 +1629,14 @@ For other examples and for help in viewing the source code, see
<span id="typeTemplate">
<span>
<span>string</span>
- <span>["normal", "minimized", "maximized"]</span>
+ <span>["normal", "minimized", "maximized", "fullscreen"]</span>
</span>
</span>
)
</div>
</em>
</dt>
- <dd>The new state of the window. The 'minimized' and 'maximized' states cannot be combined with 'left', 'top', 'width' or 'height'.</dd>
+ <dd>The new state of the window. The 'minimized', 'maximized' and 'fullscreen' states cannot be combined with 'left', 'top', 'width' or 'height'.</dd>
<!-- OBJECT PROPERTIES -->
<!-- OBJECT METHODS -->
<!-- OBJECT EVENT FIELDS -->
@@ -2120,7 +2120,7 @@ For other examples and for help in viewing the source code, see
<span id="typeTemplate">
<span>
<span>string</span>
- <span>["normal", "minimized", "maximized"]</span>
+ <span>["normal", "minimized", "maximized", "fullscreen"]</span>
</span>
</span>
)

Powered by Google App Engine
This is Rietveld 408576698