Chromium Code Reviews| Index: chrome/renderer/form_manager.cc |
| =================================================================== |
| --- chrome/renderer/form_manager.cc (revision 53685) |
| +++ chrome/renderer/form_manager.cc (working copy) |
| @@ -294,6 +294,7 @@ |
| 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. |