| Index: components/bookmarks/browser/bookmark_index.h
|
| diff --git a/components/bookmarks/browser/bookmark_index.h b/components/bookmarks/browser/bookmark_index.h
|
| index 7b17bceb1d87edf198d863e86eab3bfd391d34f3..a5f9bbfe519f34af426e0c4fc0cd545d025b475d 100644
|
| --- a/components/bookmarks/browser/bookmark_index.h
|
| +++ b/components/bookmarks/browser/bookmark_index.h
|
| @@ -31,9 +31,7 @@ struct BookmarkMatch;
|
| // BookmarkNodes that contain that string in their title or URL.
|
| class BookmarkIndex {
|
| public:
|
| - // |languages| is used to help parse IDNs in URLs for the bookmark index.
|
| - BookmarkIndex(BookmarkClient* client,
|
| - const std::string& languages);
|
| + BookmarkIndex(BookmarkClient* client);
|
| ~BookmarkIndex();
|
|
|
| // Invoked when a bookmark has been added to the model.
|
| @@ -88,9 +86,6 @@ class BookmarkIndex {
|
|
|
| BookmarkClient* const client_;
|
|
|
| - // Languages used to help parse IDNs in URLs for the bookmark index.
|
| - const std::string languages_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkIndex);
|
| };
|
|
|
|
|