Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 1a12dd7ce3ee786fae74bd95df29fc2dacaf4a49..12670c0d71f206f5b1d411c5e4e4bf94ea77891d 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -798,7 +798,7 @@ class Browser : public TabHandlerDelegate, |
bool* is_keyboard_shortcut); |
virtual void HandleKeyboardEvent(const NativeWebKeyboardEvent& event); |
virtual void ShowRepostFormWarningDialog(TabContents* tab_contents); |
- virtual void ShowContentSettingsWindow(ContentSettingsType content_type); |
+ virtual void ShowContentSettingsPage(ContentSettingsType content_type); |
virtual void ShowCollectedCookiesDialog(TabContents* tab_contents); |
virtual bool ShouldAddNavigationToHistory( |
const history::HistoryAddPageArgs& add_page_args, |