| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index aecba8d42e77a2d960a54a797bbba9f9ca249626..81e2bcb107fdce5033599293939aafa191b20592 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"
|
| @@ -1114,6 +1115,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| // Ask the host to send our AndroidOverlay routing token to us.
|
| void RequestOverlayRoutingTokenFromHost();
|
|
|
| + void SendUpdateFaviconURL(blink::WebIconURL::Type icon_type);
|
| +
|
| // 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
|
|
|