Chromium Code Reviews| Index: chrome/browser/dom_ui/history_ui.h |
| =================================================================== |
| --- chrome/browser/dom_ui/history_ui.h (revision 10343) |
| +++ chrome/browser/dom_ui/history_ui.h (working copy) |
| @@ -85,6 +85,9 @@ |
| // 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(); |