// Copyright 2020 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/api/extension_action/action_info_test_util.h" #include "extensions/common/manifest_constants.h" namespace extensions { const char* GetAPINameForActionType(ActionInfo::Type action_type) { … } const ActionInfo* GetActionInfoOfType(const Extension& extension, ActionInfo::Type type) { … } int GetManifestVersionForActionType(ActionInfo::Type type) { … } } // namespace extensions