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

Unified Diff: chrome/browser/gtk/bookmark_editor_gtk.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/gtk/bookmark_editor_gtk.h
diff --git a/chrome/browser/gtk/bookmark_editor_gtk.h b/chrome/browser/gtk/bookmark_editor_gtk.h
index 8d258627476bf5f7098c6439ca69ae591d09f67b..904e193ffd1de98786f8342199decf1f62a5fb8d 100644
--- a/chrome/browser/gtk/bookmark_editor_gtk.h
+++ b/chrome/browser/gtk/bookmark_editor_gtk.h
@@ -10,7 +10,6 @@
#include <string>
#include "app/gtk_signal.h"
-#include "base/scoped_ptr.h"
#include "chrome/browser/bookmarks/bookmark_editor.h"
#include "chrome/browser/bookmarks/bookmark_model_observer.h"
#include "testing/gtest/include/gtest/gtest_prod.h"
@@ -35,8 +34,7 @@ class BookmarkEditorGtk : public BookmarkEditor,
Profile* profile,
const BookmarkNode* parent,
const EditDetails& details,
- BookmarkEditor::Configuration configuration,
- BookmarkEditor::Handler* handler);
+ BookmarkEditor::Configuration configuration);
virtual ~BookmarkEditorGtk();
@@ -138,8 +136,6 @@ class BookmarkEditorGtk : public BookmarkEditor,
// Is the tree shown?
bool show_tree_;
- scoped_ptr<BookmarkEditor::Handler> handler_;
-
DISALLOW_COPY_AND_ASSIGN(BookmarkEditorGtk);
};

Powered by Google App Engine
This is Rietveld 408576698