| Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (revision 152612)
|
| +++ chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (working copy)
|
| @@ -118,7 +118,8 @@
|
| command_updater_->AddCommandObserver(IDC_CHROME_TO_MOBILE_PAGE, this);
|
| chrome_to_mobile_decoration_.reset(
|
| new ChromeToMobileDecoration(profile, command_updater));
|
| - UpdateChromeToMobileEnabled();
|
| + ChromeToMobileServiceFactory::GetForProfile(profile)->
|
| + RequestMobileListUpdate();
|
| }
|
|
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableActionBox)) {
|
|
|