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

Side by Side Diff: chrome/common/extensions/api/bookmarks.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 (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 },
10 "properties": { 9 "properties": {
11 "MAX_WRITE_OPERATIONS_PER_HOUR": { 10 "MAX_WRITE_OPERATIONS_PER_HOUR": {
12 "value": 1000000, 11 "value": 1000000,
13 "deprecated": "Bookmark write operations are no longer limited by Chrome .", 12 "deprecated": "Bookmark write operations are no longer limited by Chrome .",
14 "description": "" 13 "description": ""
15 }, 14 },
16 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { 15 "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": {
17 "value": 1000000, 16 "value": 1000000,
18 "deprecated": "Bookmark write operations are no longer limited by Chrome .", 17 "deprecated": "Bookmark write operations are no longer limited by Chrome .",
19 "description": "" 18 "description": ""
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 }, 551 },
553 { 552 {
554 "name": "onImportEnded", 553 "name": "onImportEnded",
555 "type": "function", 554 "type": "function",
556 "description": "Fired when a bookmark import session is ended.", 555 "description": "Fired when a bookmark import session is ended.",
557 "parameters": [] 556 "parameters": []
558 } 557 }
559 ] 558 ]
560 } 559 }
561 ] 560 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698