| Index: chrome/browser/history/url_database.h
|
| diff --git a/chrome/browser/history/url_database.h b/chrome/browser/history/url_database.h
|
| index 49bf5f0553bd42ba9a9b61bbc62ad1a3e78dd907..ae1d7cd818f9de00bfc4db90aa60de404ebc2fcb 100644
|
| --- a/chrome/browser/history/url_database.h
|
| +++ b/chrome/browser/history/url_database.h
|
| @@ -165,6 +165,10 @@ class URLDatabase {
|
| TemplateURLID keyword_id,
|
| const string16& term);
|
|
|
| + // Looks up a keyword search term given a url id. Fills row with the data.
|
| + // Returns true on success and false otherwise.
|
| + bool GetKeywordSearchTermRow(URLID url_id, KeywordSearchTermRow* row);
|
| +
|
| // Deletes all search terms for the specified keyword that have been added by
|
| // way of SetKeywordSearchTermsForURL.
|
| void DeleteAllSearchTermsForKeyword(TemplateURLID keyword_id);
|
|
|