// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "extensions/common/verifier_formats.h" #include "components/crx_file/crx_verifier.h" namespace extensions { crx_file::VerifierFormat GetWebstoreVerifierFormat( bool test_publisher_enabled) { … } crx_file::VerifierFormat GetPolicyVerifierFormat() { … } crx_file::VerifierFormat GetExternalVerifierFormat() { … } crx_file::VerifierFormat GetTestVerifierFormat() { … } } // namespace extensions