Index: components/bookmarks/browser/titled_url_index.h |
diff --git a/components/bookmarks/browser/titled_url_index.h b/components/bookmarks/browser/titled_url_index.h |
index 13a64558fe23ef2e5f57a175429ed234c54f307f..d6a0fbae8d33b6e3397103b6428422c9014d7b60 100644 |
--- a/components/bookmarks/browser/titled_url_index.h |
+++ b/components/bookmarks/browser/titled_url_index.h |
@@ -29,6 +29,9 @@ struct TitledUrlMatch; |
// TitledUrlNodes that contain that string in their title or URL. |
class TitledUrlIndex { |
public: |
+ // Constructs a TitledUrlIndex. |sorter| is used to construct a sorted list |
+ // of matches when matches are returned from the index. If null, matches are |
+ // returned unsorted. |
TitledUrlIndex(std::unique_ptr<TitledUrlNodeSorter> sorter); |
~TitledUrlIndex(); |