diff options
Diffstat (limited to 'chrome/browser/tab_contents/match_preview.cc')
-rw-r--r-- | chrome/browser/tab_contents/match_preview.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/tab_contents/match_preview.cc b/chrome/browser/tab_contents/match_preview.cc index 3c0c43e..c8a8c21 100644 --- a/chrome/browser/tab_contents/match_preview.cc +++ b/chrome/browser/tab_contents/match_preview.cc @@ -110,7 +110,6 @@ class MatchPreview::TabContentsDelegateImpl : public TabContentsDelegate { virtual bool ShouldAddNavigationsToHistory() const { return false; } virtual void OnDidGetApplicationInfo(TabContents* tab_contents, int32 page_id) {} - virtual Browser* GetBrowser() { return NULL; } virtual gfx::NativeWindow GetFrameNativeWindow() { return match_preview_->host_->delegate() ? match_preview_->host_->delegate()->GetFrameNativeWindow() : NULL; |