diff options
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r-- | chrome/browser/browser.cc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc index a8e222b..ef8f20aa 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -2313,6 +2313,10 @@ void Browser::ShowRepostFormWarningDialog(TabContents *tab_contents) { window()->ShowRepostFormWarningDialog(tab_contents); } +void Browser::ShowContentSettingsWindow(ContentSettingsType content_type) { + window()->ShowContentSettingsWindow(content_type, profile_); +} + bool Browser::ShouldAddNavigationsToHistory() const { // Don't update history if running as app. return !IsApplication(); |