Chromium Code Reviews| Index: chrome/renderer/form_manager.cc |
| =================================================================== |
| --- chrome/renderer/form_manager.cc (revision 58043) |
| +++ chrome/renderer/form_manager.cc (working copy) |
| @@ -330,7 +330,6 @@ |
| form->method = element.method(); |
| form->origin = frame->url(); |
| form->action = frame->document().completeURL(element.action()); |
| - form->user_submitted = element.wasUserSubmitted(); |
| // If the completed URL is not valid, just use the action we get from |
| // WebKit. |