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

Unified Diff: chrome/test/data/password/password_xhr_submit.html

Issue 19705013: [password autofill] Remove references to PasswordForm from RenderViewImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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/test/data/password/password_xhr_submit.html
diff --git a/chrome/test/data/password/password_xhr_submit.html b/chrome/test/data/password/password_xhr_submit.html
index 5a3d60f388f73cc18324f3dfc5d83b6c5142c44d..57bbff192533f6e0cd5d48b9ea764a04fd4a2a50 100644
--- a/chrome/test/data/password/password_xhr_submit.html
+++ b/chrome/test/data/password/password_xhr_submit.html
@@ -4,7 +4,7 @@
function state_changed(xhr) {
if (xhr.readyState == 4)
- window.location.href = "password_xhr_done.html";
+ window.location.href = "done.html";
}
function send_xhr() {
« no previous file with comments | « chrome/test/data/password/password_xhr_done.html ('k') | components/autofill/content/renderer/password_autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698