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 930ab230f2ddd60ada5edae55053c3b420d18740..63522debfece6259d4605b2364ea81f606181cc4 100644 |
| --- a/components/autofill/core/browser/suggestion.h |
| +++ b/components/autofill/core/browser/suggestion.h |
| @@ -47,6 +47,7 @@ struct Suggestion { |
| base::string16 label; |
| base::string16 icon; |
| MatchMode match; |
| + bool is_value_bold; // true if |value| should be displayed in bold type face. |
| }; |
| } // namespace autofill |