| Index: chrome/browser/dom_ui/history_ui.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/history_ui.h (revision 19317)
|
| +++ chrome/browser/dom_ui/history_ui.h (working copy)
|
| @@ -35,9 +35,12 @@
|
| public NotificationObserver,
|
| public BrowsingDataRemover::Observer {
|
| public:
|
| - explicit BrowsingHistoryHandler(DOMUI* dom_ui_);
|
| + BrowsingHistoryHandler();
|
| virtual ~BrowsingHistoryHandler();
|
|
|
| + // DOMMessageHandler implementation.
|
| + virtual void RegisterMessages();
|
| +
|
| // Callback for the "getHistory" message.
|
| void HandleGetHistory(const Value* value);
|
|
|
|
|