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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2776333005: Remove redundant WebLocalFrame* parameter from didChangeIcon (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
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 1c59d7ab48694f6a309ce9a232682797e57534c9..836c780b1fec87aaec91dd4c0e0af39e98e5c562 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -575,8 +575,7 @@ class CONTENT_EXPORT RenderFrameImpl
void didReceiveTitle(blink::WebLocalFrame* frame,
const blink::WebString& title,
blink::WebTextDirection direction) override;
- void didChangeIcon(blink::WebLocalFrame* frame,
- blink::WebIconURL::Type icon_type) override;
+ void didChangeIcon(blink::WebIconURL::Type icon_type) override;
void didFinishDocumentLoad(blink::WebLocalFrame* frame) override;
void runScriptsAtDocumentReady(blink::WebLocalFrame* frame,
bool document_is_empty) override;
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698