#include "components/custom_handlers/pref_names.h"
namespace custom_handlers {
namespace prefs {
const char kRegisteredProtocolHandlers[] =
"custom_handlers.registered_protocol_handlers";
const char kIgnoredProtocolHandlers[] =
"custom_handlers.ignored_protocol_handlers";
const char kPolicyRegisteredProtocolHandlers[] =
"custom_handlers.policy.registered_protocol_handlers";
const char kPolicyIgnoredProtocolHandlers[] =
"custom_handlers.policy.ignored_protocol_handlers";
const char kCustomHandlersEnabled[] = "custom_handlers.enabled";
}
}