| Index: chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| diff --git a/chrome/browser/ui/passwords/manage_passwords_view_utils.h b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| index 5a47cfc21bf9065e6a6957dd953e89e24811b7a3..abc193b80e9298dccddb60f8fc98e3bb8055b7fd 100644
|
| --- a/chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| +++ b/chrome/browser/ui/passwords/manage_passwords_view_utils.h
|
| @@ -33,7 +33,7 @@ constexpr int kAvatarImageSize = 32;
|
| gfx::ImageSkia ScaleImageForAccountAvatar(gfx::ImageSkia image_skia);
|
|
|
| // Returns the upper and lower label to be displayed in the account chooser UI
|
| -// for |form|.
|
| +// for |form|. The lower label can be multiline.
|
| std::pair<base::string16, base::string16> GetCredentialLabelsForAccountChooser(
|
| const autofill::PasswordForm& form);
|
|
|
|
|