| Index: chrome/renderer/render_view.h
|
| ===================================================================
|
| --- chrome/renderer/render_view.h (revision 15065)
|
| +++ chrome/renderer/render_view.h (working copy)
|
| @@ -266,7 +266,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);
|
| virtual void StartDragging(WebView* webview,
|
| const WebKit::WebDragData& drag_data);
|
|
|
|
|