Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(116)

Unified Diff: chrome/browser/tab_contents/infobar_delegate.cc

Issue 6574011: Cleanup:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « chrome/browser/tab_contents/infobar_delegate.h ('k') | chrome/browser/ui/cocoa/infobars/infobar_test_helper.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698