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

Unified Diff: chrome/common/extensions/api/bookmark_manager_private.json

Issue 2815813002: Remove obsolete bookmarkManagerPrivate.canOpenNewWindows API function (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/bookmark_manager_private.json
diff --git a/chrome/common/extensions/api/bookmark_manager_private.json b/chrome/common/extensions/api/bookmark_manager_private.json
index ecd66efdbc91fa8040f62ef886ce1643d784b739..af832b338404bad576b6490f5a2dccc60b495566 100644
--- a/chrome/common/extensions/api/bookmark_manager_private.json
+++ b/chrome/common/extensions/api/bookmark_manager_private.json
@@ -209,16 +209,6 @@
]
},
{
- "name": "canOpenNewWindows",
- "type": "function",
- "description": "Whether bookmarks can be opened in new windows.",
- "parameters": [
- {"type": "function", "name": "callback", "parameters": [
- {"name": "result", "type": "boolean"}
- ]}
- ]
- },
- {
"name": "removeTrees",
"type": "function",
"description": "Recursively removes list of bookmarks nodes.",

Powered by Google App Engine
This is Rietveld 408576698