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

Unified Diff: webkit/glue/webview_delegate.h

Issue 115575: Move ExtraData from WebRequest to WebDataSource.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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/webview_delegate.h
===================================================================
--- webkit/glue/webview_delegate.h (revision 16382)
+++ webkit/glue/webview_delegate.h (working copy)
@@ -218,6 +218,11 @@
// FrameLoadDelegate -------------------------------------------------------
+ // A datasource has been created for a new navigation. The given datasource
+ // will become the provisional datasource for the frame.
+ virtual void DidCreateDataSource(WebFrame* frame, WebDataSource* ds) {
+ }
+
// Notifies the delegate that the provisional load of a specified frame in a
// given WebView has started. By the time the provisional load for a frame has
// started, we know whether or not the current load is due to a client

Powered by Google App Engine
This is Rietveld 408576698