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

Unified Diff: chrome/browser/autofill/autofill_manager.cc

Issue 6213002: Propagate correct data to the Toolbar servers (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 months 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
« no previous file with comments | « no previous file | chrome/browser/autofill/form_structure.h » ('j') | chrome/browser/autofill/form_structure.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_manager.cc
===================================================================
--- chrome/browser/autofill/autofill_manager.cc (revision 72012)
+++ chrome/browser/autofill/autofill_manager.cc (working copy)
@@ -484,6 +484,7 @@
const AutoFillField* field = submitted_form->field(i);
FieldTypeSet field_types;
personal_data_->GetPossibleFieldTypes(field->value(), &field_types);
+
DCHECK(!field_types.empty());
Ilya Sherman 2011/01/21 00:25:58 What happened to this bit of code? if (field_type
GeorgeY 2011/01/21 00:39:02 Do not want to bloat this cl too much, going to to
Ilya Sherman 2011/01/21 00:46:51 If we want to make the changes separately, we shou
dhollowa 2011/01/21 02:14:57 Ilya is correct. I wrote a "Washington Irving" un
GeorgeY 2011/01/21 03:41:32 Done.
submitted_form->set_possible_types(i, field_types);
}
« no previous file with comments | « no previous file | chrome/browser/autofill/form_structure.h » ('j') | chrome/browser/autofill/form_structure.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698