aboutsummaryrefslogtreecommitdiffstats
path: root/background_page.html
diff options
context:
space:
mode:
authorPhil Crosby2012-04-29 18:56:56 -0700
committerPhil Crosby2012-04-29 18:56:56 -0700
commit567539b074e4517018b3f3e6bcd0c283f32bb891 (patch)
tree29bb488bfc8fd4d3b8a4435855d4fda1f1a6a8cd /background_page.html
parentb07b102f9d3fa5d96502e58ad3f919764ed2fc76 (diff)
downloadvimium-567539b074e4517018b3f3e6bcd0c283f32bb891.tar.bz2
Remove the venerable bookmarks implementation which is now superceded by the vomnibar.
Diffstat (limited to 'background_page.html')
-rw-r--r--background_page.html7
1 files changed, 0 insertions, 7 deletions
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();
}