| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index 49272f9103a49dcc1d71bf7a6b4ed2d4c5c5d442..464455292fc29e105d04308370e6c6e451eeebdc 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.h
|
| @@ -65,7 +65,7 @@ bool MoreRecentlyAdded(const BookmarkNode* n1, const BookmarkNode* n2);
|
|
|
| // Returns up to |max_count| bookmarks from |model| whose url or title contains
|
| // the text |text|. |languages| is user's accept-language setting to decode
|
| -// IDN.
|
| +// IDN. Permanent nodes are not included in search results.
|
| void GetBookmarksContainingText(BookmarkModel* model,
|
| const base::string16& text,
|
| size_t max_count,
|
|
|