Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index f878ca4e1ed4df0066a57362fd508d22cf4c396c..fa60389297eba576a146be7f58db84e14b9b5916 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -1107,11 +1107,6 @@ void BrowserView::ShowRepostFormWarningDialog(TabContents* tab_contents) { |
browser::ShowRepostFormWarningDialog(GetNativeHandle(), tab_contents); |
} |
-void BrowserView::ShowContentSettingsWindow(ContentSettingsType content_type, |
- Profile* profile) { |
- browser::ShowContentSettingsWindow(GetNativeHandle(), content_type, profile); |
-} |
- |
void BrowserView::ShowCollectedCookiesDialog(TabContents* tab_contents) { |
browser::ShowCollectedCookiesDialog(GetNativeHandle(), tab_contents); |
} |