| 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>
|
| )
|
|
|