summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/pref_names.cc
diff options
context:
space:
mode:
authornoyau <noyau@chromium.org>2014-10-08 04:11:11 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-08 11:11:35 +0000
commitdaaac3af72f231dec2df4dc566b84356d3dc10df (patch)
tree00c29c35ec84a81e461e3a1f53a8ca37fc421515 /components/enhanced_bookmarks/pref_names.cc
parent7e6d411816fc12913f0a7ae6c32bc38e73f721e8 (diff)
downloadchromium_src-daaac3af72f231dec2df4dc566b84356d3dc10df.zip
chromium_src-daaac3af72f231dec2df4dc566b84356d3dc10df.tar.gz
chromium_src-daaac3af72f231dec2df4dc566b84356d3dc10df.tar.bz2
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}
Diffstat (limited to 'components/enhanced_bookmarks/pref_names.cc')
-rw-r--r--components/enhanced_bookmarks/pref_names.cc13
1 files changed, 13 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/pref_names.cc b/components/enhanced_bookmarks/pref_names.cc
new file mode 100644
index 0000000..6eb0777
--- /dev/null
+++ b/components/enhanced_bookmarks/pref_names.cc
@@ -0,0 +1,13 @@
+// Copyright 2014 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "components/enhanced_bookmarks/pref_names.h"
+
+namespace enhanced_bookmarks {
+namespace prefs {
+
+const char kBookmarkClusters[] =
+ "enhanced_bookmarks_component.bookmark_clusters";
+} // namespace prefs
+} // namespace enhanced_bookmarks