Shortcut bookmarks search to call directly into the BookmarkModel
commit0883e859e7057e0dc29c805c74d9e74a867b842a
authordanduong <danduong@chromium.org>
Fri, 1 May 2015 22:57:22 +0000 (1 15:57 -0700)
committerCommit bot <commit-bot@chromium.org>
Fri, 1 May 2015 22:58:28 +0000 (1 22:58 +0000)
treee55e631bc6d4897b1cc119293a2c9d6356e0a74e
parent40de287cfbf7a843f903b72ed15c2f82cb0537ea
Shortcut bookmarks search to call directly into the BookmarkModel

If the query contains a URL, this turns a O(n) algorithm to O(log(n)).

BUG=483337

Review URL: https://codereview.chromium.org/1114043007

Cr-Commit-Position: refs/heads/master@{#328006}
components/bookmarks/browser/bookmark_utils.cc