Index: chrome/browser/ui/gtk/location_bar_view_gtk.cc |
diff --git a/chrome/browser/ui/gtk/location_bar_view_gtk.cc b/chrome/browser/ui/gtk/location_bar_view_gtk.cc |
index 3859e58e77db904c69a158ac2105a184a542a282..bd0c343b642931568064475f362532c1f6eb100b 100644 |
--- a/chrome/browser/ui/gtk/location_bar_view_gtk.cc |
+++ b/chrome/browser/ui/gtk/location_bar_view_gtk.cc |
@@ -1342,7 +1342,7 @@ void LocationBarViewGtk::UpdateChromeToMobileIcon() { |
Profile* profile = browser_->profile(); |
bool enabled = !toolbar_model_->input_in_progress() && |
- ChromeToMobileServiceFactory::GetForProfile(profile)->HasDevices(); |
+ ChromeToMobileServiceFactory::GetForProfile(profile)->HasMobiles(); |
gtk_widget_set_visible(chrome_to_mobile_view_.get(), enabled); |
command_updater_->UpdateCommandEnabled(IDC_CHROME_TO_MOBILE_PAGE, enabled); |
} |