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