diff options
Diffstat (limited to 'chrome/browser/tab_contents/tab_contents_delegate.cc')
-rw-r--r-- | chrome/browser/tab_contents/tab_contents_delegate.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/tab_contents/tab_contents_delegate.cc b/chrome/browser/tab_contents/tab_contents_delegate.cc index 30bee94..9c89cd3 100644 --- a/chrome/browser/tab_contents/tab_contents_delegate.cc +++ b/chrome/browser/tab_contents/tab_contents_delegate.cc @@ -167,5 +167,8 @@ void TabContentsDelegate::UpdatePreferredSize(const gfx::Size& pref_size) { void TabContentsDelegate::ContentTypeChanged(TabContents* source) { } +void TabContentsDelegate::CommitMatchPreview(TabContents* source) { +} + TabContentsDelegate::~TabContentsDelegate() { } |