// 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 COMPONENTS_NETWORK_HINTS_BROWSER_SIMPLE_NETWORK_HINTS_HANDLER_IMPL_H_ #define COMPONENTS_NETWORK_HINTS_BROWSER_SIMPLE_NETWORK_HINTS_HANDLER_IMPL_H_ #include "components/network_hints/common/network_hints.mojom.h" namespace content { class RenderFrameHost; } namespace network_hints { // Simple browser-side handler for DNS prefetch requests. // Each renderer process requires its own filter. class SimpleNetworkHintsHandlerImpl : public mojom::NetworkHintsHandler { … }; } // namespace network_hints #endif // COMPONENTS_NETWORK_HINTS_BROWSER_SIMPLE_NETWORK_HINTS_HANDLER_IMPL_H_