| Index: components/network_hints/renderer/prescient_networking_dispatcher.cc
|
| diff --git a/components/network_hints/renderer/prescient_networking_dispatcher.cc b/components/network_hints/renderer/prescient_networking_dispatcher.cc
|
| index a5145ac48b9fd03475e15bfe59c8441df9e21d09..d68e3139682eb31bcf2ac7d4bb1bfd9cb82ccefb 100644
|
| --- a/components/network_hints/renderer/prescient_networking_dispatcher.cc
|
| +++ b/components/network_hints/renderer/prescient_networking_dispatcher.cc
|
| @@ -30,4 +30,10 @@ void PrescientNetworkingDispatcher::preconnect(const blink::WebURL& url,
|
| preconnect_.Preconnect(url, allow_credentials);
|
| }
|
|
|
| +void PrescientNetworkingDispatcher::sendNavigationHint(
|
| + const blink::WebURL& url,
|
| + blink::WebNavigationHintType type) {
|
| + preconnect_.NavigationHint(url, type);
|
| +}
|
| +
|
| } // namespace network_hints
|
|
|