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

Unified Diff: content/public/renderer/render_view_observer.h

Issue 1371673002: Remove a bunch of provisionalDataSource() usage. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 | « content/public/renderer/render_frame_observer.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_view_observer.h
diff --git a/content/public/renderer/render_view_observer.h b/content/public/renderer/render_view_observer.h
index 0fcf959c60696a9a08b0cf05f8998f55f91fdfc5..ca7d4661e4eceba2971087f598c2db4bd7e11ff8 100644
--- a/content/public/renderer/render_view_observer.h
+++ b/content/public/renderer/render_view_observer.h
@@ -14,6 +14,7 @@
class GURL;
namespace blink {
+class WebDataSource;
class WebFrame;
class WebGestureEvent;
class WebLocalFrame;
@@ -42,7 +43,7 @@ class CONTENT_EXPORT RenderViewObserver : public IPC::Listener,
virtual void DidFailLoad(blink::WebLocalFrame* frame,
const blink::WebURLError& error) {}
virtual void DidFinishLoad(blink::WebLocalFrame* frame) {}
- virtual void DidStartProvisionalLoad(blink::WebLocalFrame* frame) {}
+ virtual void DidStartProvisionalLoad(blink::WebDataSource* datasource) {}
virtual void DidFailProvisionalLoad(blink::WebLocalFrame* frame,
const blink::WebURLError& error) {}
virtual void DidCommitProvisionalLoad(blink::WebLocalFrame* frame,
« no previous file with comments | « content/public/renderer/render_frame_observer.h ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698