| Index: chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| diff --git a/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm b/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| index 127699d900672fa1c26380ae135b07c5f75dc8cf..edcaef5eef99b2d167d6a5419ca294f1fafeb070 100644
|
| --- a/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| +++ b/chrome/browser/ui/cocoa/website_settings/chooser_bubble_ui_cocoa.mm
|
| @@ -209,6 +209,7 @@ std::unique_ptr<BubbleUi> ChooserBubbleDelegate::BuildBubbleUi() {
|
| }
|
|
|
| - (void)tableViewSelectionDidChange:(NSNotification*)aNotification {
|
| + [chooserContentView_ updateContentRowColor];
|
| [connectButton_ setEnabled:[tableView_ numberOfSelectedRows] > 0];
|
| }
|
|
|
|
|