// 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. #include "extensions/common/content_script_injection_url_getter.h" #include "base/containers/contains.h" #include "base/containers/flat_set.h" #include "base/notreached.h" #include "base/trace_event/typed_macros.h" #include "url/scheme_host_port.h" namespace extensions { // static GURL ContentScriptInjectionUrlGetter::Get( const FrameContextData& context_data, const GURL& document_url, MatchOriginAsFallbackBehavior match_origin_as_fallback, bool allow_inaccessible_parents) { … } } // namespace extensions