| Index: chrome/browser/tab_contents/infobar_delegate.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/infobar_delegate.cc (revision 75777)
|
| +++ chrome/browser/tab_contents/infobar_delegate.cc (working copy)
|
| @@ -14,12 +14,6 @@
|
|
|
| // LinkInfoBarDelegate --------------------------------------------------------
|
|
|
| -string16 LinkInfoBarDelegate::GetMessageTextWithOffset(
|
| - size_t* link_offset) const {
|
| - *link_offset = string16::npos;
|
| - return string16();
|
| -}
|
| -
|
| bool LinkInfoBarDelegate::LinkClicked(WindowOpenDisposition disposition) {
|
| return true;
|
| }
|
|
|