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

Unified Diff: chrome/browser/views/bookmark_editor_view.h

Issue 1795007: Get rid of BookmarkEditor::Show()'s BookmarkEditor::Handler argument. (Closed)
Patch Set: baz Created 10 years, 8 months 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/views/bookmark_editor_view.h
diff --git a/chrome/browser/views/bookmark_editor_view.h b/chrome/browser/views/bookmark_editor_view.h
index 84fccf66e2a84cbea8dc195b6293869bf99bc514..75a78f6b33fde06fbc34e41da7731c83eafa30f2 100644
--- a/chrome/browser/views/bookmark_editor_view.h
+++ b/chrome/browser/views/bookmark_editor_view.h
@@ -72,8 +72,7 @@ class BookmarkEditorView : public BookmarkEditor,
BookmarkEditorView(Profile* profile,
const BookmarkNode* parent,
const EditDetails& details,
- BookmarkEditor::Configuration configuration,
- BookmarkEditor::Handler* handler);
+ BookmarkEditor::Configuration configuration);
virtual ~BookmarkEditorView();
@@ -260,8 +259,6 @@ class BookmarkEditorView : public BookmarkEditor,
// Is the tree shown?
bool show_tree_;
- scoped_ptr<BookmarkEditor::Handler> handler_;
-
DISALLOW_COPY_AND_ASSIGN(BookmarkEditorView);
};

Powered by Google App Engine
This is Rietveld 408576698