| Index: chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| index 35856a79bef1a7eddf524a1ff51f83368fbe40c7..a4fb09058b8dbbae42a9f9435742c0223f2be91f 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm
|
| @@ -195,6 +195,9 @@ using autofill::AutofillPopupLayoutModel;
|
| rightAlign:(BOOL)rightAlign
|
| bounds:(NSRect)bounds
|
| textYOffset:(CGFloat)textYOffset {
|
| + // TODO(crbug.com/666189): Use
|
| + // AutofillPopupLayoutModel::GetValueFontColorForRow() instead and remove
|
| + // IsWarning() method.
|
| NSColor* nameColor =
|
| controller_->IsWarning(index) ? [self warningColor] : [self nameColor];
|
| NSDictionary* nameAttributes = [NSDictionary
|
|
|