diff options
Diffstat (limited to 'chrome/browser/dom_ui/history_ui.h')
-rw-r--r-- | chrome/browser/dom_ui/history_ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/dom_ui/history_ui.h b/chrome/browser/dom_ui/history_ui.h index 133cb96..d6bed47 100644 --- a/chrome/browser/dom_ui/history_ui.h +++ b/chrome/browser/dom_ui/history_ui.h @@ -85,6 +85,9 @@ class HistoryUI : public DOMUI { // Return the URL for the front page of this UI. static GURL GetBaseURL(); + // Return the URL for a given search term. + static const GURL GetHistoryURLWithSearchText(const std::wstring& text); + // DOMUI Implementation virtual void Init(); |