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

Side by Side Diff: chrome/common/extensions/api/page_capture.json

Issue 1833773002: [Extensions] Convert APIs to use movable types [8] (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 (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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": "pageCapture", 7 "namespace": "pageCapture",
8 "description": "Use the <code>chrome.pageCapture</code> API to save a tab as MHTML.", 8 "description": "Use the <code>chrome.pageCapture</code> API to save a tab as MHTML.",
9 "compiler_options": {"use_movable_types": true},
9 "functions": [ 10 "functions": [
10 { 11 {
11 "name": "saveAsMHTML", 12 "name": "saveAsMHTML",
12 "type": "function", 13 "type": "function",
13 "description": "Saves the content of the tab with given id as MHTML.", 14 "description": "Saves the content of the tab with given id as MHTML.",
14 "parameters": [ 15 "parameters": [
15 { 16 {
16 "name": "details", 17 "name": "details",
17 "type": "object", 18 "type": "object",
18 "properties": { 19 "properties": {
(...skipping 15 matching lines...) Expand all
34 "optional": true, 35 "optional": true,
35 "description": "The MHTML data as a Blob." 36 "description": "The MHTML data as a Blob."
36 } 37 }
37 ] 38 ]
38 } 39 }
39 ] 40 ]
40 } 41 }
41 ] 42 ]
42 } 43 }
43 ] 44 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/page_action.json ('k') | chrome/common/extensions/api/passwords_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698