X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fchrome%2Fcommon%2Fextensions%2Fapi%2Fbookmarks.json;h=fa4809c24befa099635d408768064a3e2f7ec151;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=e6a82a76aa4c07f51236dc526699420f2afd1035;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/chrome/common/extensions/api/bookmarks.json b/src/chrome/common/extensions/api/bookmarks.json index e6a82a7..fa4809c 100644 --- a/src/chrome/common/extensions/api/bookmarks.json +++ b/src/chrome/common/extensions/api/bookmarks.json @@ -8,12 +8,14 @@ "description": "Use the chrome.bookmarks API to create, organize, and otherwise manipulate bookmarks. Also see Override Pages, which you can use to create a custom Bookmark Manager page.", "properties": { "MAX_WRITE_OPERATIONS_PER_HOUR": { - "value": 100, - "description": "The maximum number of move, update, create, or remove operations that can be performed each hour. Updates that would cause this limit to be exceeded fail." + "value": 1000000, + "deprecated": "Bookmark write operations are no longer limited by Chrome.", + "description": "" }, "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { - "value": 2, - "description": "The maximum number of move, update, create, or remove operations that can be performed each minute, sustained over 10 minutes. Updates that would cause this limit to be exceeded fail." + "value": 1000000, + "deprecated": "Bookmark write operations are no longer limited by Chrome.", + "description": "" } }, "types": [