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

Side by Side Diff: chrome/common/extensions/api/chrome_web_view_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": "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
12 }, 11 },
13 "dependencies": ["contextMenusInternal", "contextMenus"], 12 "dependencies": ["contextMenusInternal", "contextMenus"],
14 "types": [ 13 "types": [
15 { 14 {
16 "id": "ContextMenuItem", 15 "id": "ContextMenuItem",
17 "type": "object", 16 "type": "object",
18 "description": "An item in the context menu.", 17 "description": "An item in the context menu.",
19 "properties": { 18 "properties": {
20 "label": { 19 "label": {
21 "type": "string", 20 "type": "string",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 "parameters": [ 300 "parameters": [
302 ] 301 ]
303 } 302 }
304 } 303 }
305 } 304 }
306 ] 305 ]
307 } 306 }
308 ] 307 ]
309 } 308 }
310 ] 309 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698