search_engines_pref_names.h 674 B

123456789101112131415161718
  1. // Copyright 2014 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. #ifndef COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_PREF_NAMES_H_
  5. #define COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_PREF_NAMES_H_
  6. namespace prefs {
  7. extern const char kSyncedDefaultSearchProviderGUID[];
  8. extern const char kDefaultSearchProviderContextMenuAccessAllowed[];
  9. extern const char kDefaultSearchProviderEnabled[];
  10. extern const char kSearchProviderOverrides[];
  11. extern const char kSearchProviderOverridesVersion[];
  12. } // namespace prefs
  13. #endif // COMPONENTS_SEARCH_ENGINES_SEARCH_ENGINES_PREF_NAMES_H_