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

Unified Diff: public/web/WebLocalFrame.h

Issue 1208423015: Make sendPings accommodate any context node. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebLocalFrame.h
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h
index a3e5c72949cf79b1d416eb4a6f6ecb0d2cdcef0d..23accad6f7dd06445635fc9938fe14d9ab2472a3 100644
--- a/public/web/WebLocalFrame.h
+++ b/public/web/WebLocalFrame.h
@@ -60,7 +60,7 @@ public:
virtual WebDevToolsAgent* devToolsAgent() = 0;
// Navigation Ping --------------------------------------------------------
- virtual void sendPings(const WebNode& linkNode, const WebURL& destinationURL) = 0;
+ virtual void sendPings(const WebNode& contextNode, const WebURL& destinationURL) = 0;
// Navigation ----------------------------------------------------------
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698