[Android] EnhancedBookmarksBridge for bookmark description read&write.
commitf3266cc3604c956eed772815aa40dd3af8c708c4
authorkkimlabs@chromium.org <kkimlabs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 14 Aug 2014 20:59:22 +0000 (14 20:59 +0000)
committerkkimlabs@chromium.org <kkimlabs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 14 Aug 2014 21:01:04 +0000 (14 21:01 +0000)
tree5c5121960a002df88d19990b9baba81585df8bf7
parent4a9056a40a64ba10bff569512360ccfffaf6a775
[Android] EnhancedBookmarksBridge for bookmark description read&write.

Also moved BookmarksBridge#BookmarkItem to bookmarks component.

BUG=386785

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

Cr-Commit-Position: refs/heads/master@{#289695}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289695 0039d316-1c4b-4281-b951-d872f2087c98
27 files changed:
chrome/android/java/DEPS
chrome/android/java/src/org/chromium/chrome/browser/BookmarksBridge.java
chrome/browser/DEPS
chrome/browser/android/bookmarks/bookmarks_bridge.cc
chrome/browser/android/bookmarks/bookmarks_bridge.h
chrome/browser/android/chrome_jni_registrar.cc
chrome/chrome.gyp
chrome/chrome_browser.gypi
components/bookmarks.gypi
components/bookmarks/DEPS
components/bookmarks/common/android/OWNERS [new file with mode: 0644]
components/bookmarks/common/android/bookmark_id.cc [new file with mode: 0644]
components/bookmarks/common/android/bookmark_id.h [new file with mode: 0644]
components/bookmarks/common/android/bookmark_type.h [new file with mode: 0644]
components/bookmarks/common/android/bookmark_type_list.h [new file with mode: 0644]
components/bookmarks/common/android/component_jni_registrar.cc [new file with mode: 0644]
components/bookmarks/common/android/component_jni_registrar.h [new file with mode: 0644]
components/bookmarks/common/android/java/src/org/chromium/components/bookmarks/BookmarkId.java [new file with mode: 0644]
components/bookmarks/common/android/java/src/org/chromium/components/bookmarks/BookmarkType.template [new file with mode: 0644]
components/enhanced_bookmarks.gypi
components/enhanced_bookmarks/DEPS
components/enhanced_bookmarks/android/OWNERS [new file with mode: 0644]
components/enhanced_bookmarks/android/component_jni_registrar.cc [new file with mode: 0644]
components/enhanced_bookmarks/android/component_jni_registrar.h [new file with mode: 0644]
components/enhanced_bookmarks/android/enhanced_bookmarks_bridge.cc [new file with mode: 0644]
components/enhanced_bookmarks/android/enhanced_bookmarks_bridge.h [new file with mode: 0644]
components/enhanced_bookmarks/android/java/src/org/chromium/components/enhancedbookmarks/EnhancedBookmarksBridge.java [new file with mode: 0644]