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 dd8abe1..a0de01a 100644 --- a/chrome/browser/browser.cc +++ b/chrome/browser/browser.cc @@ -2892,6 +2892,10 @@ void Browser::ShowContentSettingsWindow(ContentSettingsType content_type) { profile_->GetOriginalProfile()); } +void Browser::ShowCollectedCookiesDialog(TabContents *tab_contents) { + window()->ShowCollectedCookiesDialog(tab_contents); +} + bool Browser::ShouldAddNavigationsToHistory() const { // Don't update history if running as app. return !IsApplication(); |