summaryrefslogtreecommitdiffstats
path: root/content/browser/tab_contents/tab_contents_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/tab_contents/tab_contents_delegate.cc')
-rw-r--r--content/browser/tab_contents/tab_contents_delegate.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
index cad0309..378c48e 100644
--- a/content/browser/tab_contents/tab_contents_delegate.cc
+++ b/content/browser/tab_contents/tab_contents_delegate.cc
@@ -38,8 +38,6 @@ void TabContentsDelegate::ContentsMouseEvent(
void TabContentsDelegate::ContentsZoomChange(bool zoom_in) { }
-void TabContentsDelegate::OnContentSettingsChange(TabContents* source) { }
-
bool TabContentsDelegate::IsApplication() const { return false; }
void TabContentsDelegate::ConvertContentsToApplication(TabContents* source) { }
@@ -167,10 +165,6 @@ void TabContentsDelegate::ShowRepostFormWarningDialog(
TabContents* tab_contents) {
}
-void TabContentsDelegate::ShowContentSettingsPage(
- ContentSettingsType content_type) {
-}
-
void TabContentsDelegate::ShowCollectedCookiesDialog(
TabContents* tab_contents) {
}