From 567539b074e4517018b3f3e6bcd0c283f32bb891 Mon Sep 17 00:00:00 2001 From: Phil Crosby Date: Sun, 29 Apr 2012 18:56:56 -0700 Subject: Remove the venerable bookmarks implementation which is now superceded by the vomnibar. --- background_page.html | 7 ------- 1 file changed, 7 deletions(-) (limited to 'background_page.html') diff --git a/background_page.html b/background_page.html index 12ef158e..755233d2 100644 --- a/background_page.html +++ b/background_page.html @@ -27,7 +27,6 @@ returnScrollPosition: handleReturnScrollPosition, getCurrentTabUrl: getCurrentTabUrl, settings: handleSettings, - getBookmarks: getBookmarks, filterCompleter: filterCompleter, }; @@ -303,12 +302,6 @@ } } - function getBookmarks(args, port) { - chrome.bookmarks.search(args.query, function(bookmarks) { - port.postMessage({bookmarks:bookmarks}) - }) - } - function refreshCompleter(request) { completers[request.name].refresh(); } -- cgit v1.2.3