Bring up of the enhanced bookmarks cluster service.
commitdaaac3af72f231dec2df4dc566b84356d3dc10df
authornoyau <noyau@chromium.org>
Wed, 8 Oct 2014 11:11:11 +0000 (8 04:11 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Oct 2014 11:11:35 +0000 (8 11:11 +0000)
tree00c29c35ec84a81e461e3a1f53a8ca37fc421515
parent7e6d411816fc12913f0a7ae6c32bc38e73f721e8
Bring up of the enhanced bookmarks cluster service.

This service retrieves the cluster of bookmarks from the bookmark
server.

BUG=None

Committed: https://crrev.com/6bb374fc58bfeeb7966b6a548b1c7b41af9c8e47
Cr-Commit-Position: refs/heads/master@{#298582}

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

Cr-Commit-Position: refs/heads/master@{#298682}
25 files changed:
chrome/browser/BUILD.gn
chrome/browser/enhanced_bookmarks/OWNERS [new file with mode: 0644]
chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.cc [new file with mode: 0644]
chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service.h [new file with mode: 0644]
chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service_factory.cc [new file with mode: 0644]
chrome/browser/enhanced_bookmarks/chrome_bookmark_server_cluster_service_factory.h [new file with mode: 0644]
chrome/browser/enhanced_bookmarks/enhanced_bookmark_model_factory.cc [new file with mode: 0644]
chrome/browser/enhanced_bookmarks/enhanced_bookmark_model_factory.h [new file with mode: 0644]
chrome/browser/prefs/browser_prefs.cc
chrome/chrome_browser.gypi
components/enhanced_bookmarks.gypi
components/enhanced_bookmarks/BUILD.gn
components/enhanced_bookmarks/DEPS
components/enhanced_bookmarks/bookmark_server_cluster_service.cc [new file with mode: 0644]
components/enhanced_bookmarks/bookmark_server_cluster_service.h [new file with mode: 0644]
components/enhanced_bookmarks/bookmark_server_search_service.cc
components/enhanced_bookmarks/bookmark_server_search_service.h
components/enhanced_bookmarks/bookmark_server_service.cc
components/enhanced_bookmarks/bookmark_server_service.h
components/enhanced_bookmarks/enhanced_bookmark_model.cc
components/enhanced_bookmarks/enhanced_bookmark_model.h
components/enhanced_bookmarks/pref_names.cc [new file with mode: 0644]
components/enhanced_bookmarks/pref_names.h [new file with mode: 0644]
components/enhanced_bookmarks/proto/BUILD.gn
components/enhanced_bookmarks/proto/cluster.proto [new file with mode: 0644]