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

Unified Diff: chrome/common/extensions/api/windows.json

Issue 2700523004: Remove docked windows entirely in M59. (Closed)
Patch Set: sky's comments Created 3 years, 9 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/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"]
Devlin 2017/03/17 02:24:39 I don't see anywhere in extension docs that we pub
varkha 2017/03/17 03:39:44 Would it not get silently converted to WINDOW_STAT
Devlin 2017/03/17 15:06:27 No - the javascript bindings verify that the passe
afakhry 2017/03/17 17:43:23 Thanks Devlin for catching that! I re-added the "d
Devlin 2017/03/17 19:27:00 This file actually generates the public documentat
afakhry 2017/03/17 23:34:59 Done. and done. Please take a look. For the UMA p
+ "enum": ["normal", "minimized", "maximized", "fullscreen"]
},
{
"id": "Window",
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer.cc ('k') | components/sessions/core/session_service_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698