| Index: chrome/browser/views/bookmark_editor_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_editor_view.h (revision 22376)
|
| +++ chrome/browser/views/bookmark_editor_view.h (working copy)
|
| @@ -53,6 +53,7 @@
|
| FRIEND_TEST(BookmarkEditorViewTest, NewURL);
|
| FRIEND_TEST(BookmarkEditorViewTest, ChangeURLNoTree);
|
| FRIEND_TEST(BookmarkEditorViewTest, ChangeTitleNoTree);
|
| + FRIEND_TEST(BookmarkEditorViewTest, ApplyDeleteNewNode);
|
| public:
|
| BookmarkEditorView(Profile* profile,
|
| const BookmarkNode* parent,
|
| @@ -185,6 +186,10 @@
|
| // being edited.
|
| void ApplyEdits(EditorNode* parent);
|
|
|
| + // Applies the delete command to the BookmarkModel node that matches the
|
| + // currently selected EditorNode.
|
| + void ApplyDelete(TreeModelNode* node);
|
| +
|
| // Recursively adds newly created groups and sets the title of nodes to
|
| // match the user edited title.
|
| //
|
|
|