summaryrefslogtreecommitdiffstats
path: root/components/enhanced_bookmarks/pref_names.h
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.h
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.h')
-rw-r--r--components/enhanced_bookmarks/pref_names.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/components/enhanced_bookmarks/pref_names.h b/components/enhanced_bookmarks/pref_names.h
new file mode 100644
index 0000000..a063d7e
--- /dev/null
+++ b/components/enhanced_bookmarks/pref_names.h
@@ -0,0 +1,19 @@
+// 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.
+
+#ifndef COMPONENTS_ENHANCED_BOOKMARKS_PREF_NAMES_H_
+#define COMPONENTS_ENHANCED_BOOKMARKS_PREF_NAMES_H_
+
+#include "build/build_config.h"
+
+namespace enhanced_bookmarks {
+namespace prefs {
+
+// Stores the last retrieved bookmark clusters from the server.
+extern const char kBookmarkClusters[];
+
+} // namespace prefs
+} // namespace enhanced_bookmarks
+
+#endif // COMPONENTS_ENHANCED_BOOKMARKS_PREF_NAMES_H_