// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_BROWSER_EXTENSIONS_API_MESSAGING_NATIVE_MESSAGING_POLICY_HANDLER_H_ #define CHROME_BROWSER_EXTENSIONS_API_MESSAGING_NATIVE_MESSAGING_POLICY_HANDLER_H_ #include "base/values.h" #include "components/policy/core/browser/configuration_policy_handler.h" namespace extensions { // Implements additional checks for policies that are lists of Native Messaging // Hosts. class NativeMessagingHostListPolicyHandler : public policy::ListPolicyHandler { … }; } // namespace extensions #endif // CHROME_BROWSER_EXTENSIONS_API_MESSAGING_NATIVE_MESSAGING_POLICY_HANDLER_H_