blob: 08da77f09ec64f780e77768fa52be75f5c9774b9 [file] [log] [blame]
// 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.
#include "components/reading_list/core/reading_list_pref_names.h"
namespace reading_list {
namespace prefs {
// Boolean to track if some reading list entries have never been seen on this
// device. Not synced.
const char kReadingListHasUnseenEntries[] = "reading_list.has_unseen_entries";
#if !defined(OS_ANDROID) && !defined(OS_IOS)
// Boolean to track if the first-use experience has been shown on desktop.
const char kReadingListDesktopFirstUseExperienceShown[] =
"reading_list.desktop_first_use_experience_shown";
#endif // !defined(OS_ANDROID) && !defined(OS_IOS)
} // namespace prefs
} // namespace reading_list