diff options
author | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 13:05:48 +0000 |
---|---|---|
committer | jochen@chromium.org <jochen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 13:05:48 +0000 |
commit | a503c97cdef81306da6906f117fed3285e032f0e (patch) | |
tree | 06939dea41c651133467b098af4dcbb5d49620bb /chrome/browser/browser_window.h | |
parent | affa5904ccff332075eedfb2a10797dd1ca8b0f6 (diff) | |
download | chromium_src-a503c97cdef81306da6906f117fed3285e032f0e.zip chromium_src-a503c97cdef81306da6906f117fed3285e032f0e.tar.gz chromium_src-a503c97cdef81306da6906f117fed3285e032f0e.tar.bz2 |
Reland r52486. Display a tab modal dialog of the allowed/blocked cookies.
BUG=45230
TEST=CollectedCookiesTest.*
Review URL: http://codereview.chromium.org/3034007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_window.h')
-rw-r--r-- | chrome/browser/browser_window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index d806e62..9c50dda 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -230,6 +230,9 @@ class BrowserWindow { virtual void ShowContentSettingsWindow(ContentSettingsType content_type, Profile* profile) = 0; + // Shows the collected cookies dialog box. + virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) = 0; + // Shows a dialog to the user that something is wrong with the profile. // |message_id| is the ID for a string in the string table which will be // displayed in the dialog. |