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

Unified Diff: webkit/glue/webframe.h

Issue 160578: Move alternate 404 error page loading out of WebFrame and into RenderView.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 4 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 22283)
+++ webkit/glue/webframe.h (working copy)
@@ -123,6 +123,10 @@
// ends up triggering WebViewDelegate::WillSendRequest.
virtual void DispatchWillSendRequest(WebKit::WebURLRequest* request) = 0;
+ // Called from within WebViewDelegate::DidReceiveDocumentData to commit data
+ // for the frame that will be used to construct the frame's document.
+ virtual void CommitDocumentData(const char* data, size_t data_len) = 0;
+
// Executes JavaScript in the web frame.
virtual void ExecuteScript(const WebKit::WebScriptSource& source) = 0;

Powered by Google App Engine
This is Rietveld 408576698