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

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: Rebased onto ToT 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 d1e3787d3ce799bc5042159ad754a13d034ac13f..69ef95debaaeb809ea8143753b408aa398063d94 100644
--- a/chrome/common/extensions/docs/windows.html
+++ b/chrome/common/extensions/docs/windows.html
@@ -1625,14 +1625,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 -->
@@ -2116,7 +2116,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>
)
« no previous file with comments | « chrome/common/extensions/api/windows.json ('k') | chrome/test/data/extensions/api_test/window_update/show_state/test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698