Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index 60b1cd5f2a96790681eeb49736b93d1168aa8607..2e488e07b7e55e574f6264424bae73ab4b995d0c 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -75,6 +75,7 @@ |
#include "third_party/WebKit/public/web/WebFrameLoadType.h" |
#include "third_party/WebKit/public/web/WebFrameSerializerClient.h" |
#include "third_party/WebKit/public/web/WebHistoryCommitType.h" |
+#include "third_party/WebKit/public/web/WebIconURL.h" |
#include "third_party/WebKit/public/web/WebMeaningfulLayout.h" |
#include "third_party/WebKit/public/web/WebScriptExecutionCallback.h" |
#include "ui/gfx/range/range.h" |
@@ -1116,6 +1117,8 @@ class CONTENT_EXPORT RenderFrameImpl |
// Ask the host to send our AndroidOverlay routing token to us. |
void RequestOverlayRoutingTokenFromHost(); |
+ void SendUpdateFaviconURL(blink::WebIconURL::Type icon_types_mask); |
+ |
// Stores the WebLocalFrame we are associated with. This is null from the |
// constructor until BindToWebFrame is called, and it is null after |
// frameDetached is called until destruction (which is asynchronous in the |