| Index: content/renderer/render_view_impl.h
|
| diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h
|
| index abe9b57cf52424cfc6002ff94126836797a2f186..c2550562c615bbbaf443b90a3929e8e3b6ab0d93 100644
|
| --- a/content/renderer/render_view_impl.h
|
| +++ b/content/renderer/render_view_impl.h
|
| @@ -536,6 +536,8 @@ class CONTENT_EXPORT RenderViewImpl
|
| virtual void didDisownOpener(WebKit::WebFrame* frame);
|
| virtual void frameDetached(WebKit::WebFrame* frame);
|
| virtual void willClose(WebKit::WebFrame* frame);
|
| + virtual void didChangeName(WebKit::WebFrame* frame,
|
| + const WebKit::WebString& name);
|
| virtual void loadURLExternally(WebKit::WebFrame* frame,
|
| const WebKit::WebURLRequest& request,
|
| WebKit::WebNavigationPolicy policy);
|
| @@ -922,6 +924,7 @@ class CONTENT_EXPORT RenderViewImpl
|
| void OnCustomContextMenuAction(const CustomContextMenuContext& custom_context,
|
| unsigned action);
|
| void OnDelete();
|
| + void OnSetName(const std::string& name);
|
| void OnDeterminePageLanguage();
|
| void OnDisableScrollbarsForSmallWindows(
|
| const gfx::Size& disable_scrollbars_size_limit);
|
|
|