Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Added export bookmarks options to kabob menu
Browse files Browse the repository at this point in the history
Resolves #7218

Auditors: @srirambv @bbondy

Test Plan:
- open kabob menu
- go to Bookmarks
- there should be Export menu item
  • Loading branch information
NejcZdovc committed Feb 14, 2017
1 parent 10239a4 commit a57f690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/contextMenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,8 @@ function hamburgerTemplateInit (location, e) {
CommonMenu.bookmarksManagerMenuItem(),
CommonMenu.bookmarksToolbarMenuItem(),
CommonMenu.separatorMenuItem,
CommonMenu.importBrowserDataMenuItem()
CommonMenu.importBrowserDataMenuItem(),
CommonMenu.exportBookmarksMenuItem()
]
}, {
label: locale.translation('bravery'),
Expand Down

0 comments on commit a57f690

Please sign in to comment.