Index: chrome/browser/autocomplete/autocomplete_match.h |
diff --git a/chrome/browser/autocomplete/autocomplete_match.h b/chrome/browser/autocomplete/autocomplete_match.h |
index 3fbedcff3a41975204bd9f77054bfac746ce5cc4..e772484daeb020e0883edc2fcafe0007c41b3350 100644 |
--- a/chrome/browser/autocomplete/autocomplete_match.h |
+++ b/chrome/browser/autocomplete/autocomplete_match.h |
@@ -298,6 +298,10 @@ struct AutocompleteMatch { |
base::string16 description; |
ACMatchClassifications description_class; |
+ // A rich-format version of the display for the dropdown. |
+ base::string16 answer_contents; |
+ base::string16 answer_type; |
+ |
// The transition type to use when the user opens this match. By default |
// this is TYPED. Providers whose matches do not look like URLs should set |
// it to GENERATED. |