blob: 9a00824b6e3abc4597aed29f92c2f3488bae3601 [file] [log] [blame]
// Copyright 2014 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_PREF_NAMES_H_
#define COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_PREF_NAMES_H_
namespace prefs {
extern const char kSyncedDefaultSearchProviderGUID[];
extern const char kDefaultSearchProviderContextMenuAccessAllowed[];
extern const char kDefaultSearchProviderEnabled[];
extern const char kSearchProviderOverrides[];
extern const char kSearchProviderOverridesVersion[];
} // namespace prefs
#endif // COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_PREF_NAMES_H_