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

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

Issue 2781993004: Remove redundant WebLocalFrame* parameter from didCreateNewDocument (Closed)
Patch Set: 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..968765f0095002e8aa262fb679bb80473d891a4a 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -369,7 +369,7 @@ class BLINK_EXPORT WebFrameClient {
WebHistoryCommitType) {}
// The frame's document has just been initialized.
- virtual void didCreateNewDocument(WebLocalFrame* frame) {}
+ virtual void didCreateNewDocument() {}
// The window object for the frame has been cleared of any extra
// properties that may have been set by script from the previously

Powered by Google App Engine
This is Rietveld 408576698