| 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 615a438d323f62f19957c35bec59b3287a9ab3c0..7e07ed60d4aeb08e5a5d1372d5482969a4d8c48a 100644
|
| --- a/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/chrome/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -165,9 +165,6 @@ void TabContentsDelegate::UpdatePreferredSize(const gfx::Size& pref_size) {
|
| void TabContentsDelegate::ContentTypeChanged(TabContents* source) {
|
| }
|
|
|
| -void TabContentsDelegate::CommitMatchPreview(TabContents* source) {
|
| -}
|
| -
|
| void TabContentsDelegate::OnSetSuggestResult(int32 page_id,
|
| const std::string& result) {
|
| }
|
|
|