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 2735a2c15710e9b1af4b7f803977fb395af6c5e8..615a438d323f62f19957c35bec59b3287a9ab3c0 100644 |
--- a/chrome/browser/tab_contents/tab_contents_delegate.cc |
+++ b/chrome/browser/tab_contents/tab_contents_delegate.cc |
@@ -168,5 +168,9 @@ void TabContentsDelegate::ContentTypeChanged(TabContents* source) { |
void TabContentsDelegate::CommitMatchPreview(TabContents* source) { |
} |
+void TabContentsDelegate::OnSetSuggestResult(int32 page_id, |
+ const std::string& result) { |
+} |
+ |
TabContentsDelegate::~TabContentsDelegate() { |
} |