| Index: chrome/browser/cocoa/location_bar_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/location_bar_view_mac.mm (revision 42661)
|
| +++ chrome/browser/cocoa/location_bar_view_mac.mm (working copy)
|
| @@ -187,6 +187,7 @@
|
| Source<LocationBar>(this),
|
| NotificationService::NoDetails());
|
| }
|
| + [field_ setNeedsDisplay:YES];
|
| }
|
|
|
| void LocationBarViewMac::InvalidatePageActions() {
|
| @@ -699,9 +700,6 @@
|
| }
|
|
|
| owner_->UpdatePageActions();
|
| -
|
| - if (preview_enabled_)
|
| - [owner_->GetAutocompleteTextField() display];
|
| }
|
|
|
| void LocationBarViewMac::PageActionImageView::UpdateVisibility(
|
|
|