Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: chrome/browser/renderer_host/render_view_host.h

Issue 6368011: Clean up WebNavigationObserver by taking out password specific callbacks, and... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/password_manager/password_manager_unittest.cc ('k') | chrome/browser/renderer_host/render_view_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698