| OLD | NEW |
| 1 // Copyright 2014 The Chromium Authors. All rights reserved. | 1 // Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 [ | 5 [ |
| 6 { | 6 { |
| 7 "namespace": "chromeWebViewInternal", | 7 "namespace": "chromeWebViewInternal", |
| 8 "description": "none", | 8 "description": "none", |
| 9 "compiler_options": { | 9 "compiler_options": { |
| 10 "implemented_in": "chrome/browser/extensions/api/web_view/chrome_web_view_
internal_api.h" | 10 "implemented_in": "chrome/browser/extensions/api/web_view/chrome_web_view_
internal_api.h", |
| 11 "use_movable_types": true |
| 11 }, | 12 }, |
| 12 "dependencies": ["contextMenusInternal", "contextMenus"], | 13 "dependencies": ["contextMenusInternal", "contextMenus"], |
| 13 "types": [ | 14 "types": [ |
| 14 { | 15 { |
| 15 "id": "ContextMenuItem", | 16 "id": "ContextMenuItem", |
| 16 "type": "object", | 17 "type": "object", |
| 17 "description": "An item in the context menu.", | 18 "description": "An item in the context menu.", |
| 18 "properties": { | 19 "properties": { |
| 19 "label": { | 20 "label": { |
| 20 "type": "string", | 21 "type": "string", |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "parameters": [ | 301 "parameters": [ |
| 301 ] | 302 ] |
| 302 } | 303 } |
| 303 } | 304 } |
| 304 } | 305 } |
| 305 ] | 306 ] |
| 306 } | 307 } |
| 307 ] | 308 ] |
| 308 } | 309 } |
| 309 ] | 310 ] |
| OLD | NEW |