| 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": "appViewGuestInternal", | 7 "namespace": "appViewGuestInternal", |
| 8 "compiler_options": { | 8 "compiler_options": { |
| 9 "implemented_in": "extensions/browser/api/guest_view/app_view/app_view_gue
st_internal_api.h", | 9 "implemented_in": "extensions/browser/api/guest_view/app_view/app_view_gue
st_internal_api.h" |
| 10 "use_movable_types": true | |
| 11 }, | 10 }, |
| 12 "description": "none", | 11 "description": "none", |
| 13 "functions": [ | 12 "functions": [ |
| 14 { | 13 { |
| 15 "name": "attachFrame", | 14 "name": "attachFrame", |
| 16 "type": "function", | 15 "type": "function", |
| 17 "description": "Attaches the specified url to the AppView with the provi
ded instance ID.", | 16 "description": "Attaches the specified url to the AppView with the provi
ded instance ID.", |
| 18 "parameters": [ | 17 "parameters": [ |
| 19 { | 18 { |
| 20 "type": "string", | 19 "type": "string", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 48 "type": "integer", | 47 "type": "integer", |
| 49 "name": "guestInstanceId", | 48 "name": "guestInstanceId", |
| 50 "nodoc": true | 49 "nodoc": true |
| 51 } | 50 } |
| 52 ] | 51 ] |
| 53 } | 52 } |
| 54 ] | 53 ] |
| 55 } | 54 } |
| 56 ] | 55 ] |
| 57 | 56 |
| OLD | NEW |