Chromium Code Reviews| Index: chrome/common/extensions/api/windows.json |
| diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json |
| index ed3f6013c7e49821b6a936c8f22ddffa46ec508f..99e97d87e61efd0f4777d7138029488598284044 100644 |
| --- a/chrome/common/extensions/api/windows.json |
| +++ b/chrome/common/extensions/api/windows.json |
| @@ -20,7 +20,7 @@ |
| "id": "WindowState", |
| "type": "string", |
| "description": "The state of this browser window. Under some circumstances a Window may not be assigned state property, for example when querying closed windows from the $(ref:sessions) API.", |
| - "enum": ["normal", "minimized", "maximized", "fullscreen", "docked"] |
|
sky
2017/03/16 04:24:23
What happens if docked is still used?
varkha
2017/03/16 14:13:54
I think because the state is never set to DOCKED b
afakhry
2017/03/16 17:50:23
I also think like what varkha said below, but addi
afakhry
2017/03/16 17:50:23
Acknowledged.
|
| + "enum": ["normal", "minimized", "maximized", "fullscreen"] |
| }, |
| { |
| "id": "Window", |