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

Unified Diff: webkit/glue/webframe.h

Issue 149172: Modify ResourceFetcher to use WebURLLoader instead of ResourceHandle.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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
Index: webkit/glue/webframe.h
===================================================================
--- webkit/glue/webframe.h (revision 19821)
+++ webkit/glue/webframe.h (working copy)
@@ -128,6 +128,11 @@
bool replace,
const GURL& fake_url) = 0;
+ // Called to associate the WebURLRequest with this frame. The request will
+ // be modified to inherit parameters that allow it to be loaded. This method
+ // ends up triggering WebViewDelegate::WillSendRequest.
+ virtual void DispatchWillSendRequest(WebKit::WebURLRequest* request) = 0;
+
// Executes JavaScript in the web frame.
virtual void ExecuteScript(const WebKit::WebScriptSource& source) = 0;

Powered by Google App Engine
This is Rietveld 408576698