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

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

Issue 1656005: Fix password mgr heuristics for sites that keep the login form around after signin (Closed)
Patch Set: Responding to feedback Created 10 years, 8 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
diff --git a/chrome/browser/renderer_host/render_view_host.h b/chrome/browser/renderer_host/render_view_host.h
index 93c6158c1805a27ec09ec9a988ffc604fe0a3f49..61f82084bde8090a9b507f814a5a3b9a9d5944de 100644
--- a/chrome/browser/renderer_host/render_view_host.h
+++ b/chrome/browser/renderer_host/render_view_host.h
@@ -550,8 +550,10 @@ class RenderViewHost : public RenderWidgetHost {
IPC::Message* reply_msg);
void OnMsgFormsSeen(
const std::vector<webkit_glue::FormData>& forms);
- void OnMsgPasswordFormsSeen(
+ void OnMsgPasswordFormsFound(
const std::vector<webkit_glue::PasswordForm>& forms);
+ void OnMsgPasswordFormsVisible(
+ const std::vector<webkit_glue::PasswordForm>& visible_forms);
void OnMsgFormSubmitted(const webkit_glue::FormData& forms);
void OnMsgStartDragging(const WebDropData& drop_data,
WebKit::WebDragOperationsMask operations_allowed,
« 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