Index: chrome/browser/bookmarks/bookmark_utils.h |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_utils.h (revision 146039) |
+++ chrome/browser/bookmarks/bookmark_utils.h (working copy) |
@@ -84,18 +84,14 @@ |
// Opens all the bookmarks in |nodes| that are of type url and all the child |
// bookmarks that are of type url for folders in |nodes|. |initial_disposition| |
// dictates how the first URL is opened, all subsequent URLs are opened as |
-// background tabs. |navigator| is used to open the URLs. If |navigator| is |
-// NULL the last tabbed browser with the profile |profile| is used. If there is |
-// no browser with the specified profile a new one is created. |
+// background tabs. |navigator| is used to open the URLs. |
void OpenAll(gfx::NativeWindow parent, |
- Profile* profile, |
content::PageNavigator* navigator, |
const std::vector<const BookmarkNode*>& nodes, |
WindowOpenDisposition initial_disposition); |
// Convenience for |OpenAll| with a single BookmarkNode. |
void OpenAll(gfx::NativeWindow parent, |
- Profile* profile, |
content::PageNavigator* navigator, |
const BookmarkNode* node, |
WindowOpenDisposition initial_disposition); |