summaryrefslogtreecommitdiff
path: root/chromium/components/reading_list/core/reading_list_pref_names.h
blob: 997da56128f6fad576c0caec73a5421e5d4861dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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_