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

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: review fix 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 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.

Powered by Google App Engine
This is Rietveld 408576698