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

Unified Diff: chrome/renderer/render_view.h

Issue 2808036: AutoFill fills only clicked field when form was filled prior. (Closed)
Patch Set: Adding comment. Created 10 years, 6 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 | « no previous file | 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 35db95610de8a1986d1b207fa0663828f254ff57..74a111d27f16a5e2fdc9fb9cf201cec2da88ca5f 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -589,6 +589,7 @@ class RenderView : public RenderWidget,
FRIEND_TEST(RenderViewTest, JSBlockSentAfterPageLoad);
FRIEND_TEST(RenderViewTest, UpdateTargetURLWithInvalidURL);
FRIEND_TEST(RenderViewTest, SendForms);
+ FRIEND_TEST(RenderViewTest, FillFormElement);
typedef std::map<GURL, ContentSettings> HostContentSettings;
typedef std::map<GURL, int> HostZoomLevels;
« no previous file with comments | « no previous file | chrome/renderer/render_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698