Index: chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc |
diff --git a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc |
index 36fd45d7cb1c727ae3dfa5509b2e3f723846f400..f0f3d35d4d13dcd3461c4e01d00f85ebe937a486 100644 |
--- a/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc |
+++ b/chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc |
@@ -63,6 +63,10 @@ base::string16 AlternateNavInfoBarDelegate::GetLinkText() const { |
return base::UTF8ToUTF16(match_.destination_url.spec()); |
} |
+GURL AlternateNavInfoBarDelegate::GetLinkURL() const { |
+ return match_.destination_url; |
+} |
+ |
bool AlternateNavInfoBarDelegate::LinkClicked( |
WindowOpenDisposition disposition) { |
// Tell the shortcuts backend to remove the shortcut it added for the original |