blob: 29f122e17dc8a6bc1ee5f6b6d987c779fed95f7c [file] [log] [blame]
// Copyright 2021 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_CUSTOM_HANDLERS_PREF_NAMES_H_
#define COMPONENTS_CUSTOM_HANDLERS_PREF_NAMES_H_
namespace custom_handlers {
namespace prefs {
extern const char kRegisteredProtocolHandlers[];
extern const char kIgnoredProtocolHandlers[];
extern const char kPolicyRegisteredProtocolHandlers[];
extern const char kPolicyIgnoredProtocolHandlers[];
extern const char kCustomHandlersEnabled[];
} // namespace prefs
} // namespace custom_handlers
#endif // COMPONENTS_CUSTOM_HANDLERS_PREF_NAMES_H_