| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
|
| index 5456009101a61e5f693fe603c761969ed421cd85..1e933e6ef94da66bcbf82ca80e04a5c6593875ad 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -171,14 +171,6 @@ void TabContentsDelegate::ShowRepostFormWarningDialog(
|
| TabContents* tab_contents) {
|
| }
|
|
|
| -void TabContentsDelegate::ShowContentSettingsPage(
|
| - ContentSettingsType content_type) {
|
| -}
|
| -
|
| -void TabContentsDelegate::ShowCollectedCookiesDialog(
|
| - TabContents* tab_contents) {
|
| -}
|
| -
|
| bool TabContentsDelegate::OnGoToEntryOffset(int offset) {
|
| return true;
|
| }
|
|
|