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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller.cc

Issue 11348273: [autofill] Fill in values on a successful run of interactive autocomplete. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: estade@/isherman@ review Created 8 years, 1 month 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
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_);

Powered by Google App Engine
This is Rietveld 408576698