Index: chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (revision 152744) |
+++ chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm (working copy) |
@@ -120,7 +120,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)) { |