Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: content/browser/loader/resource_hints_handler_impl.h

Issue 2095303002: sendNavigationHint with mojo Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sendNavigationHint mojo Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/loader/resource_hints_handler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/resource_hints_handler_impl.h
diff --git a/content/browser/loader/resource_hints_handler_impl.h b/content/browser/loader/resource_hints_handler_impl.h
index 4bc2c2307b3674bc0bcc4e36cb15afe95069e3a5..5211e7aeaf1b809fd68ea71a729e52f3c5284eba 100644
--- a/content/browser/loader/resource_hints_handler_impl.h
+++ b/content/browser/loader/resource_hints_handler_impl.h
@@ -30,6 +30,8 @@ class ResourceHintsHandlerImpl : public blink::mojom::ResourceHintsHandler {
void Preconnect(const GURL& url,
bool credentials_flag,
uint8_t num_connections) override;
+ void SendNavigationHint(const GURL& url,
+ blink::mojom::NavigationHintType type) override;
static void RegisterConnection(
RenderProcessHost* render_process_host,
« no previous file with comments | « no previous file | content/browser/loader/resource_hints_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698