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

Unified Diff: third_party/closure_compiler/externs/bookmark_manager_private.js

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: third_party/closure_compiler/externs/bookmark_manager_private.js
diff --git a/third_party/closure_compiler/externs/bookmark_manager_private.js b/third_party/closure_compiler/externs/bookmark_manager_private.js
index e59da2b7a435c024a4f6d99f5558cc1b302caddc..d62688cc16d2a937883450ec525e93a599f556cd 100644
--- a/third_party/closure_compiler/externs/bookmark_manager_private.js
+++ b/third_party/closure_compiler/externs/bookmark_manager_private.js
@@ -111,12 +111,6 @@ chrome.bookmarkManagerPrivate.getSubtree = function(id, foldersOnly, callback) {
chrome.bookmarkManagerPrivate.canEdit = function(callback) {};
/**
- * Whether bookmarks can be opened in new windows
- * @param {Function} callback
- */
-chrome.bookmarkManagerPrivate.canOpenNewWindows = function(callback) {};
-
-/**
* Recursively removes list of bookmarks nodes.
* @param {Array} idList An array of string-valued ids
* @param {Function=} callback

Powered by Google App Engine
This is Rietveld 408576698