| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 91b4bfcda6e7ad0b2441207375ce6cca560cb8b2..3c75652d0279d8eeea4c8d34da51e1ebf4083d81 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -492,10 +492,6 @@ class HistoryService : public content::NotificationObserver,
|
| void AddPagesWithDetails(const history::URLRows& info,
|
| history::VisitSource visit_source);
|
|
|
| - // Returns true if this looks like the type of URL we want to add to the
|
| - // history. We filter out some URLs such as JavaScript.
|
| - static bool CanAddURL(const GURL& url);
|
| -
|
| // Returns the HistoryClient.
|
| history::HistoryClient* history_client() { return history_client_; }
|
|
|
|
|