| Index: content/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
|
| index 381dfff357793ed80907de2873e9a5a71750b986..ae2727c2cfb1a00543b12503d1abb8da9f0514f7 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.h
|
| @@ -268,8 +268,8 @@ class TabContentsDelegate : public AutomationResourceRoutingDelegate {
|
| // Shows the repost form confirmation dialog box.
|
| virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
|
|
|
| - // Shows the Content Settings dialog for a given content type.
|
| - virtual void ShowContentSettingsWindow(ContentSettingsType content_type);
|
| + // Shows the Content Settings page for a given content type.
|
| + virtual void ShowContentSettingsPage(ContentSettingsType content_type);
|
|
|
| // Shows the cookies collected in the tab contents.
|
| virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
|
|
|