| Index: chrome/browser/autofill/autofill_manager.cc
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_manager.cc (revision 58043)
|
| +++ chrome/browser/autofill/autofill_manager.cc (working copy)
|
| @@ -138,10 +138,6 @@
|
| if (tab_contents_->profile()->IsOffTheRecord())
|
| return;
|
|
|
| - // Don't save data that was submitted through JavaScript.
|
| - if (!form.user_submitted)
|
| - return;
|
| -
|
| // Grab a copy of the form data.
|
| upload_form_structure_.reset(new FormStructure(form));
|
|
|
|
|