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

Unified Diff: webkit/glue/webframe_impl.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_impl.h
===================================================================
--- webkit/glue/webframe_impl.h (revision 22283)
+++ webkit/glue/webframe_impl.h (working copy)
@@ -92,6 +92,7 @@
const WebKit::WebURL& unreachable_url = WebKit::WebURL(),
bool replace = false);
virtual void DispatchWillSendRequest(WebKit::WebURLRequest* request);
+ virtual void CommitDocumentData(const char* data, size_t data_len);
virtual void ExecuteScript(const WebKit::WebScriptSource& source);
virtual void ExecuteScriptInNewContext(
const WebKit::WebScriptSource* sources, int num_sources,
@@ -168,9 +169,6 @@
virtual bool GetInViewSourceMode() const;
- virtual void DidReceiveData(WebCore::DocumentLoader* loader,
- const char* data,
- int length);
virtual void DidFail(const WebCore::ResourceError&, bool was_provisional);
virtual std::wstring GetName();

Powered by Google App Engine
This is Rietveld 408576698