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

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

Issue 1848103005: [Extensions] Remove the "use_movable_types" entry from idl/json files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
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
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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698