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

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

Issue 1827083005: [Extensions] Convert APIs to use movable types [9] (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
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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": "sessions", 7 "namespace": "sessions",
8 "description": "Use the <code>chrome.sessions</code> API to query and restor e tabs and windows from a browsing session.", 8 "description": "Use the <code>chrome.sessions</code> API to query and restor e tabs and windows from a browsing session.",
9 "compiler_options": {"use_movable_types": true},
9 "types": [ 10 "types": [
10 { 11 {
11 "id": "Filter", 12 "id": "Filter",
12 "type": "object", 13 "type": "object",
13 "properties": { 14 "properties": {
14 "maxResults": { 15 "maxResults": {
15 "type": "integer", 16 "type": "integer",
16 "minimum": 0, 17 "minimum": 0,
17 "maximum": 25, 18 "maximum": 25,
18 "optional": true, 19 "optional": true,
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 } 117 }
117 ], 118 ],
118 "properties": { 119 "properties": {
119 "MAX_SESSION_RESULTS": { 120 "MAX_SESSION_RESULTS": {
120 "value": 25, 121 "value": 25,
121 "description": "The maximum number of $(ref:sessions.Session) that will be included in a requested list." 122 "description": "The maximum number of $(ref:sessions.Session) that will be included in a requested list."
122 } 123 }
123 } 124 }
124 } 125 }
125 ] 126 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/screenlock_private.idl ('k') | chrome/common/extensions/api/settings_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698