blob: 0c4d73c93abe1f1e5ae28b4ae9453177ffef34dd [file] [log] [blame]
// Copyright (c) 2012 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 preferences, for easier changing.
#ifndef CHROME_COMMON_PREF_NAMES_H_
#define CHROME_COMMON_PREF_NAMES_H_
namespace prefs {
extern const char kAcceptLanguages[];
extern const char kNotificationNextPersistentId[];
extern const char kShowInternalAccessibilityTree[];
extern const char kAccessibilityImageLabelsEnabled[];
extern const char kAccessibilityImageLabelsOptInAccepted[];
} // namespace prefs
#endif // CHROME_COMMON_PREF_NAMES_H_