blob: fc76c4d5a8e345a5e4ded0a170bebc6f5d2309bd [file] [log] [blame]
// Copyright 2021 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.
#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_