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

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

Issue 1828633002: [Extensions] Convert APIs to use movable types [2] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Istiaque's 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 (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": "bookmarks", 7 "namespace": "bookmarks",
8 "description": "Use the <code>chrome.bookmarks</code> API to create, organiz e, and otherwise manipulate bookmarks. Also see <a href='override'>Override Page s</a>, which you can use to create a custom Bookmark Manager page.", 8 "description": "Use the <code>chrome.bookmarks</code> API to create, organiz e, and otherwise manipulate bookmarks. Also see <a href='override'>Override Page s</a>, which you can use to create a custom Bookmark Manager page.",
9 "compiler_options": { "use_movable_types": true },
9 "properties": { 10 "properties": {
10 "MAX_WRITE_OPERATIONS_PER_HOUR": { 11 "MAX_WRITE_OPERATIONS_PER_HOUR": {
11 "value": 1000000, 12 "value": 1000000,
12 "deprecated": "Bookmark write operations are no longer limited by Chrome .", 13 "deprecated": "Bookmark write operations are no longer limited by Chrome .",
13 "description": "" 14 "description": ""
14 }, 15 },
15 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { 16 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": {
16 "value": 1000000, 17 "value": 1000000,
17 "deprecated": "Bookmark write operations are no longer limited by Chrome .", 18 "deprecated": "Bookmark write operations are no longer limited by Chrome .",
18 "description": "" 19 "description": ""
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 }, 552 },
552 { 553 {
553 "name": "onImportEnded", 554 "name": "onImportEnded",
554 "type": "function", 555 "type": "function",
555 "description": "Fired when a bookmark import session is ended.", 556 "description": "Fired when a bookmark import session is ended.",
556 "parameters": [] 557 "parameters": []
557 } 558 }
558 ] 559 ]
559 } 560 }
560 ] 561 ]
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/bookmark_manager_private.json ('k') | chrome/common/extensions/api/braille_display_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698