| 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 6ab593b9ba7815da5cc19f7fc456e20de1f1f3a4..532e7881ed4ace297d90530b8dc440a9615f3a69 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
|
| @@ -120,8 +120,7 @@ LocationBarViewMac::LocationBarViewMac(
|
| command_updater_->AddCommandObserver(IDC_CHROME_TO_MOBILE_PAGE, this);
|
| chrome_to_mobile_decoration_.reset(
|
| new ChromeToMobileDecoration(profile, command_updater));
|
| - ChromeToMobileServiceFactory::GetForProfile(profile)->
|
| - RequestMobileListUpdate();
|
| + UpdateChromeToMobileEnabled();
|
| }
|
|
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableActionBox)) {
|
|
|