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

Unified Diff: chrome/renderer/render_view.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
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/render_view.h
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index 95071e618ca30bfcfee0cf39b22f591153a5535c..5678b630ef67f27aac8a1857d4a84a6b6c862314 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -866,7 +866,8 @@ class RenderView : public RenderWidget,
void SendForms(WebKit::WebFrame* frame);
// Scans the given frame for password forms and sends them up to the browser.
- void SendPasswordForms(WebKit::WebFrame* frame);
+ // If |only_visible| is true, only forms visible in the layout are sent
+ void SendPasswordForms(WebKit::WebFrame* frame, bool only_visible);
void Print(WebKit::WebFrame* frame, bool script_initiated);
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698