| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| index 92309f501c08214365170e49e9a4b56cb5fc0f39..bfa7929c1592fbb742ebe4051227e6e90e46496d 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| @@ -624,8 +624,8 @@ void LocationBarViewMac::RefreshPageActionDecorations() {
|
| }
|
|
|
| std::vector<ExtensionAction*> new_page_actions =
|
| - tab_contents->extension_tab_helper()->location_bar_controller()->
|
| - GetCurrentActions();
|
| + extensions::TabHelper::FromWebContents(tab_contents->web_contents())->
|
| + location_bar_controller()->GetCurrentActions();
|
|
|
| if (new_page_actions != page_actions_) {
|
| page_actions_.swap(new_page_actions);
|
|
|