summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/metadata_accessor.h
diff options
context:
space:
mode:
authorrfevang <rfevang@chromium.org>2014-09-09 16:07:41 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-09 23:14:09 +0000
commita1bf3af9b614208729f14af603abd5e6b5bae698 (patch)
tree8e269bdc6a15f4546e2bb2bc9e597da972017ff7 /components/enhanced_bookmarks/metadata_accessor.h
parent478bfc70f088fdabd3e0e2da1d399a04d4610a92 (diff)
downloadchromium_src-a1bf3af9b614208729f14af603abd5e6b5bae698.zip
chromium_src-a1bf3af9b614208729f14af603abd5e6b5bae698.tar.gz
chromium_src-a1bf3af9b614208729f14af603abd5e6b5bae698.tar.bz2
Set version field when changes are made to enhanced bookmarks.
Moves meta info helper functions into a new class EnhancedBookmarkModel, that writes the version field whenever other fields are modified. BUG=404227 Review URL: https://codereview.chromium.org/476573004 Cr-Commit-Position: refs/heads/master@{#294028}
Diffstat (limited to 'components/enhanced_bookmarks/metadata_accessor.h')
-rw-r--r--components/enhanced_bookmarks/metadata_accessor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/metadata_accessor.h b/components/enhanced_bookmarks/metadata_accessor.h
index 2f20aae..313705b 100644
--- a/components/enhanced_bookmarks/metadata_accessor.h
+++ b/components/enhanced_bookmarks/metadata_accessor.h
@@ -13,6 +13,9 @@ class BookmarkModel;
class BookmarkNode;
class GURL;
+// TODO(rfevang): Remove this file once the remaining caller
+// is converted (enhanced_bookmarks_bridge.cc)
+
// The functions in this file store and retrieve structured data encoded in the
// bookmark metadata. This information suplements the data in the bookmark with
// images and descriptions related to the url.