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

Unified Diff: chrome/browser/autofill/autofill_manager.cc

Issue 3287006: Remove javascript form submission security check until furthur analysis.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_manager.cc
===================================================================
--- chrome/browser/autofill/autofill_manager.cc (revision 58053)
+++ chrome/browser/autofill/autofill_manager.cc (working copy)
@@ -138,9 +138,10 @@
if (tab_contents_->profile()->IsOffTheRecord())
return;
+ // FIXME(dhollowa, aarya): crbug.com/48225.
// Don't save data that was submitted through JavaScript.
- if (!form.user_submitted)
- return;
+ // if (!form.user_submitted)
+ // return;
// Grab a copy of the form data.
upload_form_structure_.reset(new FormStructure(form));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698