chromium/components/custom_handlers/pref_names.h

// 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_