summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/history_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/history_ui.h')
-rw-r--r--chrome/browser/dom_ui/history_ui.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/history_ui.h b/chrome/browser/dom_ui/history_ui.h
index f44e033..0a47120 100644
--- a/chrome/browser/dom_ui/history_ui.h
+++ b/chrome/browser/dom_ui/history_ui.h
@@ -35,9 +35,13 @@ class BrowsingHistoryHandler : public DOMMessageHandler,
public NotificationObserver,
public BrowsingDataRemover::Observer {
public:
- explicit BrowsingHistoryHandler(DOMUI* dom_ui_);
+ BrowsingHistoryHandler();
virtual ~BrowsingHistoryHandler();
+ // DOMMessageHandler implementation.
+ virtual DOMMessageHandler* Attach(DOMUI* dom_ui);
+ virtual void RegisterMessages();
+
// Callback for the "getHistory" message.
void HandleGetHistory(const Value* value);