| Index: components/autofill/core/browser/legal_message_line.h
|
| diff --git a/components/autofill/core/browser/legal_message_line.h b/components/autofill/core/browser/legal_message_line.h
|
| index 681173c9d5847e50ada00e3113f6276eb419a980..50955f9569cc55a51a3e2efed88b273429a0bbb5 100644
|
| --- a/components/autofill/core/browser/legal_message_line.h
|
| +++ b/components/autofill/core/browser/legal_message_line.h
|
| @@ -63,9 +63,7 @@ class LegalMessageLine {
|
| // expand correctly.
|
| // 3. "${" anywhere in the template string is invalid.
|
| // 4. "\n" embedded anywhere in the template string, or an empty template
|
| - // string, can be used to separate paragraphs. It is not possible to create
|
| - // a completely blank line by using two consecutive newlines (they will be
|
| - // treated as a single newline by views::StyledLabel).
|
| + // string, can be used to separate paragraphs.
|
| static bool Parse(const base::DictionaryValue& legal_message,
|
| LegalMessageLines* out);
|
|
|
|
|