Index: chrome/browser/renderer_host/render_view_host.h |
=================================================================== |
--- chrome/browser/renderer_host/render_view_host.h (revision 71973) |
+++ chrome/browser/renderer_host/render_view_host.h (working copy) |
@@ -474,18 +474,6 @@ |
// Tells the render view that a custom context action has been selected. |
void PerformCustomContextMenuAction(unsigned action); |
- // Tells the renderer to translate the current page from one language to |
- // another. If the current page id is not |page_id|, the request is ignored. |
- // |translate_script| is the script that should be injected in the page to |
- // perform the translation. |
- void TranslatePage(int page_id, |
- const std::string& translate_script, |
- const std::string& source_lang, |
- const std::string& target_lang); |
- |
- // Reverts the text of current page to its original (non-translated) contents. |
- void RevertTranslation(int page_id); |
- |
// Informs renderer of updated content settings. |
void SendContentSettings(const GURL& url, |
const ContentSettings& settings); |
@@ -621,10 +609,6 @@ |
void OnMsgShowModalHTMLDialog(const GURL& url, int width, int height, |
const std::string& json_arguments, |
IPC::Message* reply_msg); |
- void OnMsgPasswordFormsFound( |
- const std::vector<webkit_glue::PasswordForm>& forms); |
- void OnMsgPasswordFormsVisible( |
- const std::vector<webkit_glue::PasswordForm>& visible_forms); |
void OnMsgStartDragging(const WebDropData& drop_data, |
WebKit::WebDragOperationsMask operations_allowed, |
const SkBitmap& image, |