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

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2780993003: Remove redundant WebLocalFrame* parameter from didCreateDataSource (Closed)
Patch Set: Rebased onto asserts patch Created 3 years, 9 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: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 47aaa5e2b0fdd89d0561924f2a61f84cdefa2945..001036bebfcbd7981e4f1c29d5aa41865b9628c5 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -346,7 +346,7 @@ class BLINK_EXPORT WebFrameClient {
// A datasource has been created for a new navigation. The given
// datasource will become the provisional datasource for the frame.
- virtual void didCreateDataSource(WebLocalFrame*, WebDataSource*) {}
+ virtual void didCreateDataSource(WebDataSource*) {}
// A new provisional load has been started.
virtual void didStartProvisionalLoad(WebDataSource* dataSource,

Powered by Google App Engine
This is Rietveld 408576698