| Index: chrome/browser/gtk/bookmark_manager_gtk.h
|
| diff --git a/chrome/browser/gtk/bookmark_manager_gtk.h b/chrome/browser/gtk/bookmark_manager_gtk.h
|
| index c86150cf86cc8af2c2783ef8d51f96d140d30057..d70872e035960c1b292aea26947380b793042e19 100644
|
| --- a/chrome/browser/gtk/bookmark_manager_gtk.h
|
| +++ b/chrome/browser/gtk/bookmark_manager_gtk.h
|
| @@ -251,6 +251,13 @@ class BookmarkManagerGtk : public BookmarkModelObserver,
|
| GdkEventKey* key,
|
| BookmarkManagerGtk* bm);
|
|
|
| + // Callback from inline edits to folder names. This changes the name in the
|
| + // model.
|
| + static void OnFolderNameEdited(GtkCellRendererText* render,
|
| + gchar* path,
|
| + gchar* new_folder_name,
|
| + BookmarkManagerGtk* bm);
|
| +
|
| // Tools menu item callbacks.
|
| static void OnImportItemActivated(GtkMenuItem* menuitem,
|
| BookmarkManagerGtk* bm);
|
|
|