Index: chrome/browser/ui/autofill/autofill_dialog_controller.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller.cc b/chrome/browser/ui/autofill/autofill_dialog_controller.cc |
index 4fc2eec0b130ebf039e9ccc70b83d6d7be4d34c8..ed4d1a73c2a52cfc652fb160c4fe0f7415a2618d 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_controller.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller.cc |
@@ -229,7 +229,6 @@ void AutofillDialogController::ViewClosed(DialogAction action) { |
} else { |
FillOutputForSection(SECTION_SHIPPING); |
} |
- // TODO(estade): pass the result along to the page. |
} |
callback_.Run(&form_structure_); |