| Index: chrome/browser/extensions/api/history/history_api.cc
|
| diff --git a/chrome/browser/extensions/api/history/history_api.cc b/chrome/browser/extensions/api/history/history_api.cc
|
| index cd216a148db7d34a287b738794027f1981b84aab..51670d2b8d93f2eac362d469ae6fee29b1547a68 100644
|
| --- a/chrome/browser/extensions/api/history/history_api.cc
|
| +++ b/chrome/browser/extensions/api/history/history_api.cc
|
| @@ -235,12 +235,6 @@ void HistoryAPI::OnListenerAdded(const EventListenerInfo& details) {
|
| EventRouter::Get(browser_context_)->UnregisterObserver(this);
|
| }
|
|
|
| -void HistoryFunction::Run() {
|
| - if (!RunImpl()) {
|
| - SendResponse(false);
|
| - }
|
| -}
|
| -
|
| bool HistoryFunction::ValidateUrl(const std::string& url_string, GURL* url) {
|
| GURL temp_url(url_string);
|
| if (!temp_url.is_valid()) {
|
|
|