| Index: chrome/common/extensions/api/extension_api.json
|
| ===================================================================
|
| --- chrome/common/extensions/api/extension_api.json (revision 31907)
|
| +++ chrome/common/extensions/api/extension_api.json (working copy)
|
| @@ -1642,7 +1642,6 @@
|
| "name": "show",
|
| "type": "function",
|
| "description": "Displays a pop-up window hosting an extension view.",
|
| - "customHandler": "true",
|
| "parameters": [
|
| {
|
| "type": "string",
|
| @@ -1658,7 +1657,7 @@
|
| "properties": {},
|
| "additionalProperties": { "type": "any" },
|
| "isInstanceOf": "HTMLElement",
|
| - "description": "The HTMLElement whose position which serve as the anchor position of the popup."
|
| + "description": "A HTML DOM object to which the pop-up's position will be made relative."
|
| }
|
| }
|
| },
|
| @@ -1670,7 +1669,7 @@
|
| ]
|
| },
|
| {
|
| - "name": "getAnchorWindow",
|
| + "name": "getParentWindow",
|
| "type": "function",
|
| "description": "Returns a reference to the window object of the extension view that launched the popup.",
|
| "parameters": [],
|
|
|