| Index: chrome/browser/bookmarks/bookmark_editor.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_editor.h b/chrome/browser/bookmarks/bookmark_editor.h
|
| index 18164203bfe6c96e7cb6534224659ae7f0fba576..0bbb03dc47a0ed8cd627613f30f83f7eac23d306 100644
|
| --- a/chrome/browser/bookmarks/bookmark_editor.h
|
| +++ b/chrome/browser/bookmarks/bookmark_editor.h
|
| @@ -64,6 +64,8 @@ class BookmarkEditor {
|
| // the user to choose the parent of the node.
|
| // |parent| gives the initial parent to select in the tree for the node.
|
| // |parent| is only used if |details.existing_node| is null.
|
| + // TODO(flackr): Rename this to ShowNative and add cross platform Show method
|
| + // which will show a WebUI version of the dialog if --pure-views is set.
|
| static void Show(gfx::NativeWindow parent_window,
|
| Profile* profile,
|
| const BookmarkNode* parent,
|
|
|