Chromium Code Reviews| Index: content/browser/renderer_host/render_view_host.h |
| diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h |
| index 857a396d93cd2fe8a393074ce58ed153679331fa..e2874f9f2b3e1893baf749971b15867f9eed45ce 100644 |
| --- a/content/browser/renderer_host/render_view_host.h |
| +++ b/content/browser/renderer_host/render_view_host.h |
| @@ -412,7 +412,8 @@ class RenderViewHost : public RenderWidgetHost { |
| void OnMsgNavigate(const IPC::Message& msg); |
| void OnMsgUpdateState(int32 page_id, |
| const std::string& state); |
| - void OnMsgUpdateTitle(int32 page_id, const string16& title); |
| + void OnMsgUpdateTitle(int32 page_id, const string16& title, |
| + WebKit::WebTextDirection title_direction); |
|
jeremy
2011/08/02 09:34:37
nit: Style here seems to be one parameter per line
|
| void OnMsgUpdateEncoding(const std::string& encoding); |
| void OnMsgUpdateTargetURL(int32 page_id, const GURL& url); |
| void OnMsgClose(); |