| 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 c059b5732a70059d55f22be0926d6f35bb44d1c6..3424c44d84485e5c444213b10678b983340c4f4c 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -171,7 +171,7 @@ void TabContentsDelegate::ShowRepostFormWarningDialog(
|
| TabContents* tab_contents) {
|
| }
|
|
|
| -void TabContentsDelegate::ShowContentSettingsWindow(
|
| +void TabContentsDelegate::ShowContentSettingsPage(
|
| ContentSettingsType content_type) {
|
| }
|
|
|
|
|