summaryrefslogtreecommitdiff
path: root/chromium/components/reading_list/core/reading_list_pref_names.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/reading_list/core/reading_list_pref_names.h')
-rw-r--r--chromium/components/reading_list/core/reading_list_pref_names.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/chromium/components/reading_list/core/reading_list_pref_names.h b/chromium/components/reading_list/core/reading_list_pref_names.h
new file mode 100644
index 00000000000..997da56128f
--- /dev/null
+++ b/chromium/components/reading_list/core/reading_list_pref_names.h
@@ -0,0 +1,18 @@
+// Copyright 2016 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.
+
+// Constants for the names of various reading list preferences.
+
+#ifndef COMPONENTS_READING_LIST_CORE_READING_LIST_PREF_NAMES_H_
+#define COMPONENTS_READING_LIST_CORE_READING_LIST_PREF_NAMES_H_
+
+namespace reading_list {
+namespace prefs {
+
+extern const char kReadingListHasUnseenEntries[];
+
+} // namespace prefs
+} // namespace reading_list
+
+#endif // COMPONENTS_READING_LIST_CORE_READING_LIST_PREF_NAMES_H_