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 5b3a6ab43042659f6df6f17999f589e6a85f6052..c61f59015f011371b732aa09b6a0e0e834a0a597 100644 |
| --- a/chrome/browser/bookmarks/bookmark_editor.h |
| +++ b/chrome/browser/bookmarks/bookmark_editor.h |
| @@ -87,6 +87,10 @@ class BookmarkEditor { |
| const EditDetails& details, |
| Configuration configuration); |
| +#if defined(OS_WIN) || defined(TOOLKIT_VIEWS) |
|
mazda
2011/11/09 04:49:43
I think it's better to switch the implementation w
yoshiki
2011/11/09 15:06:39
Done.
|
| + static void ShowBookmarkAllTabsDialog(Profile* profile); |
| +#endif |
| + |
| private: |
| // Shows the native bookmark editor. |
| // TODO(flackr): Remove parent argument. |