| Index: chrome/renderer/render_view.cc
|
| ===================================================================
|
| --- chrome/renderer/render_view.cc (revision 15065)
|
| +++ chrome/renderer/render_view.cc (working copy)
|
| @@ -1994,7 +1994,8 @@
|
| const std::wstring& selection_text,
|
| const std::wstring& misspelled_word,
|
| int edit_flags,
|
| - const std::string& security_info) {
|
| + const std::string& security_info,
|
| + const std::string& frame_charset) {
|
| ContextMenuParams params;
|
| params.node = node;
|
| params.x = x;
|
| @@ -2010,6 +2011,7 @@
|
| webview->GetFocusedFrame()->SpellCheckEnabled();
|
| params.edit_flags = edit_flags;
|
| params.security_info = security_info;
|
| + params.frame_charset = frame_charset;
|
| Send(new ViewHostMsg_ContextMenu(routing_id_, params));
|
| }
|
|
|
|
|