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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2918903002: Move IconURLs method from WebFrame to WebLocalFrame (Closed)
Patch Set: Fixing compile problems in chrome/browser/extensions/favicon_downloader_unittest.cc Created 3 years, 6 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 3b589327633783567dc7972421fabc7545e49d34..6202a0b97da65756c9eda469e602baa271d29f38 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -1119,7 +1119,7 @@ class CONTENT_EXPORT WebContentsImpl
void OnBrowserPluginMessage(RenderFrameHost* render_frame_host,
const IPC::Message& message);
#endif // BUILDFLAG(ENABLE_PLUGINS)
- void OnUpdateFaviconURL(RenderViewHostImpl* source,
+ void OnUpdateFaviconURL(RenderFrameHostImpl* source,
const std::vector<FaviconURL>& candidates);
void OnFirstVisuallyNonEmptyPaint(RenderViewHostImpl* source);
void OnShowValidationMessage(RenderViewHostImpl* source,

Powered by Google App Engine
This is Rietveld 408576698