Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index ca442d27367f9a9f528b4d49454b85457810d156..6c548dc01cc902b7e42bd2c9c3ecbe90f5794659 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -494,6 +494,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
size_t end_offset); |
void OnDidAccessInitialDocument(); |
void OnDidDisownOpener(); |
+ void OnDidChangeName(const std::string& name); |
void OnDidAssignPageId(int32 page_id); |
void OnUpdateTitle(const base::string16& title, |
blink::WebTextDirection title_direction); |