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

Unified Diff: webkit/glue/webframeloaderclient_impl.cc

Issue 99274: Glue part for the provisional WebKit merge (https://bugs.webkit.org/show_bug.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « webkit/glue/webframeloaderclient_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webframeloaderclient_impl.cc
===================================================================
--- webkit/glue/webframeloaderclient_impl.cc (revision 15038)
+++ webkit/glue/webframeloaderclient_impl.cc (working copy)
@@ -460,6 +460,12 @@
return result;
}
+void WebFrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest(
+ unsigned long identifier,
+ const ScriptString&) {
+ //TODO(pfeldman): Wire to net_agent.
+}
+
void WebFrameLoaderClient::dispatchDidHandleOnloadEvents() {
// During the onload event of a subframe, the subframe can be removed. In
// that case, it has no page. This is covered by
« no previous file with comments | « webkit/glue/webframeloaderclient_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698