Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / autofill / autofill_dialog_common.h
index be8badb..5cae5cd 100644 (file)
@@ -60,6 +60,9 @@ AutofillMetrics::DialogUiEvent DialogSectionToUiSelectionChangedEvent(
 // the country: http://crbug.com/247518
 base::string16 GetHardcodedValueForType(ServerFieldType type);
 
+// Gets just the |type| attributes from each DetailInput.
+std::vector<ServerFieldType> TypesFromInputs(const DetailInputs& inputs);
+
 }  // namespace common
 }  // namespace autofill