Chromium Code Reviews| Index: chrome/browser/bookmarks/bookmark_editor.h |
| diff --git a/chrome/browser/bookmarks/bookmark_editor.h b/chrome/browser/bookmarks/bookmark_editor.h |
| index 4375914c71c41a8dedff6f57c17106fa66b823f1..a50b70e8b1ff69e7dffffd830aee9738741f7def 100644 |
| --- a/chrome/browser/bookmarks/bookmark_editor.h |
| +++ b/chrome/browser/bookmarks/bookmark_editor.h |
| @@ -15,6 +15,7 @@ |
| class BookmarkNode; |
| class GURL; |
| class Profile; |
| +class Browser; |
| // Small, cross platform interface that shows the correct platform specific |
| // bookmark editor dialog. |
| @@ -93,6 +94,8 @@ class BookmarkEditor { |
| const EditDetails& details, |
| Configuration configuration); |
| + static void ShowBookmarkAllTabsDialog(Browser* browser); |
|
mazda
2011/11/10 06:03:46
Please add comment.
yoshiki
2011/11/10 07:54:38
Done.
|
| + |
| private: |
| // Shows the native bookmark editor. |
| // TODO(flackr): Remove parent argument. |