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

Side by Side Diff: extensions/common/api/app_view_guest_internal.json

Issue 1833053004: [Extensions] Convert APIs to use movable types [10] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | extensions/common/api/app_window.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « extensions/common/api/app_runtime.idl ('k') | extensions/common/api/app_window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698