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