Chromium Code Reviews| Index: components/autofill/core/browser/suggestion.h |
| diff --git a/components/autofill/core/browser/suggestion.h b/components/autofill/core/browser/suggestion.h |
| index 6077185018ea1be0c3b1d62bc758ba990de13790..3b11ef7713c2498603f2509be82da7c270ce7232 100644 |
| --- a/components/autofill/core/browser/suggestion.h |
| +++ b/components/autofill/core/browser/suggestion.h |
| @@ -46,6 +46,9 @@ struct Suggestion { |
| base::string16 value; |
| base::string16 label; |
| base::string16 icon; |
| + |
| + // Offset within the suggestion text matches the user input. |
| + size_t match_start; |
| }; |
| } // namespace autofill |