1a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch// Copyright 2014 The Chromium Authors. All rights reserved.
2a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch// Use of this source code is governed by a BSD-style license that can be
3a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch// found in the LICENSE file.
4a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch
5a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch// Constants for the names of various bookmarks preferences.
6a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch
7cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)#ifndef COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_PREF_NAMES_H_
8cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)#define COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_PREF_NAMES_H_
9a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch
101320f92c476a1ad9d19dba2a48c72b75566198e9Primiano Tuccinamespace bookmarks {
11a02191e04bc25c4935f804f2c080ae28663d096dBen Murdochnamespace prefs {
12a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch
13a02191e04bc25c4935f804f2c080ae28663d096dBen Murdochextern const char kBookmarkEditorExpandedNodes[];
14a02191e04bc25c4935f804f2c080ae28663d096dBen Murdochextern const char kEditBookmarksEnabled[];
1546d4c2bc3267f3f028f39e7e311b0f89aba2e4fdTorne (Richard Coles)extern const char kManagedBookmarks[];
16a02191e04bc25c4935f804f2c080ae28663d096dBen Murdochextern const char kShowAppsShortcutInBookmarkBar[];
17f8ee788a64d60abd8f2d742a5fdedde054ecd910Torne (Richard Coles)extern const char kShowManagedBookmarksInBookmarkBar[];
1846d4c2bc3267f3f028f39e7e311b0f89aba2e4fdTorne (Richard Coles)extern const char kShowBookmarkBar[];
19a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch
20a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch}  // namespace prefs
211320f92c476a1ad9d19dba2a48c72b75566198e9Primiano Tucci}  // namespace bookmarks
22a02191e04bc25c4935f804f2c080ae28663d096dBen Murdoch
23cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)#endif  // COMPONENTS_BOOKMARKS_COMMON_BOOKMARK_PREF_NAMES_H_
24