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 df9de65d28f8b140b30670f372e8393c3c510a5c..3b12b4f4dd0fd058f4c036f5f9d1764488dcff0d 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 |
@@ -235,6 +235,10 @@ void LocationBarViewMac::InvalidatePageActions() { |
} |
} |
+void LocationBarViewMac::UpdateWebIntentsButton() { |
+ // TODO(gbillock): Implement web intents tool for mac |
+} |
+ |
void LocationBarViewMac::SaveStateToContents(WebContents* contents) { |
// TODO(shess): Why SaveStateToContents vs SaveStateToTab? |
omnibox_view_->SaveStateToTab(contents); |