Index: chrome/browser/renderer_host/render_view_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host.h (revision 13128) |
+++ chrome/browser/renderer_host/render_view_host.h (working copy) |
@@ -493,6 +493,7 @@ |
void OnMsgContextMenu(const ContextMenuParams& params); |
void OnMsgOpenURL(const GURL& url, const GURL& referrer, |
WindowOpenDisposition disposition); |
+ void OnMsgDidContentsPreferredWidthChange(const int pref_width); |
void OnMsgDomOperationResponse(const std::string& json_string, |
int automation_id); |
void OnMsgDOMUISend(const std::string& message, |