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

Unified Diff: webkit/api/public/WebFrameClient.h

Issue 267003: LTTF: Print the element path in TestWebViewDelegate::decidePolicyForNavigation()... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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 | « chrome/renderer/render_view.cc ('k') | webkit/api/src/WebNode.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebFrameClient.h
===================================================================
--- webkit/api/public/WebFrameClient.h (revision 28239)
+++ webkit/api/public/WebFrameClient.h (working copy)
@@ -41,6 +41,7 @@
class WebFrame;
class WebMediaPlayer;
class WebMediaPlayerClient;
+ class WebNode;
class WebPlugin;
class WebSecurityOrigin;
class WebString;
@@ -87,6 +88,7 @@
// defaultPolicy should just be returned.
virtual WebNavigationPolicy decidePolicyForNavigation(
WebFrame*, const WebURLRequest&, WebNavigationType,
+ const WebNode& originatingNode,
WebNavigationPolicy defaultPolicy, bool isRedirect) = 0;
« no previous file with comments | « chrome/renderer/render_view.cc ('k') | webkit/api/src/WebNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698