Index: chrome/common/extensions/api/bookmarks.json |
diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json |
index e6a82a76aa4c07f51236dc526699420f2afd1035..4bd9214b03fd1c6f8a1e2eaeaed7791625f562de 100644 |
--- a/chrome/common/extensions/api/bookmarks.json |
+++ b/chrome/common/extensions/api/bookmarks.json |
@@ -6,16 +6,6 @@ |
{ |
"namespace": "bookmarks", |
"description": "Use the <code>chrome.bookmarks</code> API to create, organize, and otherwise manipulate bookmarks. Also see <a href='override'>Override Pages</a>, which you can use to create a custom Bookmark Manager page.", |
- "properties": { |
- "MAX_WRITE_OPERATIONS_PER_HOUR": { |
not at google - send to devlin
2014/07/23 19:17:42
oh and instead of removing this can you add a "dep
Mike Wittman
2014/07/23 19:42:53
Done.
|
- "value": 100, |
- "description": "The maximum number of <code>move</code>, <code>update</code>, <code>create</code>, or <code>remove</code> operations that can be performed each hour. Updates that would cause this limit to be exceeded fail." |
- }, |
- "MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE": { |
- "value": 2, |
- "description": "The maximum number of <code>move</code>, <code>update</code>, <code>create</code>, or <code>remove</code> operations that can be performed each minute, sustained over 10 minutes. Updates that would cause this limit to be exceeded fail." |
- } |
- }, |
"types": [ |
{ |
"id": "BookmarkTreeNode", |