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