| Index: chrome/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/chrome/browser/tab_contents/tab_contents_delegate.cc b/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| index eb3a81f13d7c75b469a894dec6f3ca8781d6a0ae..3625117cfe7fbd4aa6db91d1545982635d757f88 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -165,5 +165,8 @@ void TabContentsDelegate::UpdatePreferredSize(const gfx::Size& pref_size) {
|
| void TabContentsDelegate::ContentTypeChanged(TabContents* source) {
|
| }
|
|
|
| +void TabContentsDelegate::CommitMatchPreview(TabContents* source) {
|
| +}
|
| +
|
| TabContentsDelegate::~TabContentsDelegate() {
|
| }
|
|
|