Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: chrome/browser/bookmarks/bookmark_editor.h

Issue 8497008: Implement Bookmark All Tabs Dialog with WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698