| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index e813975b06c36c5c209f3899316b42c41ec1bf28..189db53998d107ce5aa5dce431007d02f8b7b24b 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 string16& text,
|
| size_t max_count,
|
|
|