| Index: chrome/browser/render_view_host.h
|
| ===================================================================
|
| --- chrome/browser/render_view_host.h (revision 3674)
|
| +++ chrome/browser/render_view_host.h (working copy)
|
| @@ -189,7 +189,7 @@
|
| void Zoom(PageZoom::Function function);
|
|
|
| // Change the encoding of the page.
|
| - void SetPageEncoding(const std::wstring& encoding_name);
|
| + void SetPageEncoding(const std::wstring& encoding);
|
|
|
| // Change the alternate error page URL. An empty GURL disables the use of
|
| // alternate error pages.
|
| @@ -408,7 +408,7 @@
|
| const std::wstring& title,
|
| const std::string& state);
|
| void OnMsgUpdateTitle(int32 page_id, const std::wstring& title);
|
| - void OnMsgUpdateEncoding(const std::wstring& encoding_name);
|
| + void OnMsgUpdateEncoding(const std::wstring& encoding);
|
| void OnMsgUpdateTargetURL(int32 page_id, const GURL& url);
|
| void OnMsgThumbnail(const IPC::Message& msg);
|
| void OnMsgClose();
|
|
|