Chromium Code Reviews| Index: chrome/browser/android/provider/chrome_browser_provider.h |
| diff --git a/chrome/browser/android/provider/chrome_browser_provider.h b/chrome/browser/android/provider/chrome_browser_provider.h |
| index cc2f4b75a927f2ebb63a3b3659e35df7c43073e9..630e17aafc5b02e92e2f33c0bec125f5ca45c07c 100644 |
| --- a/chrome/browser/android/provider/chrome_browser_provider.h |
| +++ b/chrome/browser/android/provider/chrome_browser_provider.h |
| @@ -195,6 +195,8 @@ class ChromeBrowserProvider : public bookmarks::BaseBookmarkModelObserver, |
| const history::URLRow& row, |
| history::KeywordID keyword_id, |
| const base::string16& term) override; |
| + void OnKeywordSearchTermDeleted(HistoryService* history_service, |
| + history::URLID url_id) override{}; |
|
newt (away)
2015/01/16 18:58:03
space before {
sdefresne
2015/01/17 18:23:23
Nit: no ; after the {} too, and could you not inli
Abhishek
2015/01/19 06:13:01
Done.
Abhishek
2015/01/19 06:13:01
Done.
|
| // Override content::NotificationObserver. |
| virtual void Observe(int type, |