| Index: chrome/common/extensions/api/windows.json
|
| diff --git a/chrome/common/extensions/api/windows.json b/chrome/common/extensions/api/windows.json
|
| index 17eb6fd896ae57299796cf2542f38149dccbdf53..0e8af54caecd527552ece2be989daf2c937948b9 100644
|
| --- a/chrome/common/extensions/api/windows.json
|
| +++ b/chrome/common/extensions/api/windows.json
|
| @@ -20,6 +20,11 @@
|
| "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.",
|
| + // WARNING: These values are written to logs. New enum values can be
|
| + // added, but existing enums must never be renumbered or deleted and
|
| + // reused. If something needs to be removed, make sure to remove the
|
| + // "TabsApi.RequestedWindowState" histogram as it will be no longer
|
| + // valid, and make sure to mark it as obsolete in histograms.xml.
|
| "enum": [{
|
| "name": "normal",
|
| "description": "Normal window state (i.e. not minimized, maximized, or fullscreen)."
|
|
|