| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 72cf5547ce886b7112819bbc02bce95482b8ef7b..ee3bf40918b98a1a74357d4931b5ec1fba4fcc95 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -3188,8 +3188,7 @@ void Browser::ShowRepostFormWarningDialog(TabContents *tab_contents) {
|
| window()->ShowRepostFormWarningDialog(tab_contents);
|
| }
|
|
|
| -void Browser::ShowContentSettingsWindow(ContentSettingsType content_type) {
|
| - // TODO(jhawkins): Remove BrowserWindow::ShowContentSettingsWindow.
|
| +void Browser::ShowContentSettingsPage(ContentSettingsType content_type) {
|
| ShowOptionsTab(
|
| chrome::kContentSettingsExceptionsSubPage + std::string(kHashMark) +
|
| ContentSettingsHandler::ContentSettingsTypeToGroupName(content_type));
|
|
|