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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/bookmarks.json
diff --git a/chrome/common/extensions/api/bookmarks.json b/chrome/common/extensions/api/bookmarks.json
index c9fc5cf6f26e7cecea13fa2f6a5032e780a169cc..fdb9b690ed1f5b52bd2285689b7db63afeb8bcdd 100644
--- a/chrome/common/extensions/api/bookmarks.json
+++ b/chrome/common/extensions/api/bookmarks.json
@@ -6,6 +6,7 @@
{
"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.",
+ "compiler_options": { "use_movable_types": true },
"properties": {
"MAX_WRITE_OPERATIONS_PER_HOUR": {
"value": 1000000,
« 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