// Copyright 2015 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef EXTENSIONS_RENDERER_INJECTION_HOST_H_ #define EXTENSIONS_RENDERER_INJECTION_HOST_H_ #include "extensions/common/mojom/host_id.mojom.h" #include "extensions/common/permissions/permissions_data.h" #include "url/gurl.h" namespace content { class RenderFrame; } // An interface for all kinds of hosts who own user scripts. class InjectionHost { … }; #endif // EXTENSIONS_RENDERER_INJECTION_HOST_H_