diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 18:38:33 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 18:38:33 +0000 |
commit | 6b658bf84d667bbaacd59d6337a09ac2e80645a8 (patch) | |
tree | d5cda542cce9280430ae3c3ae4d20a8e160e44e6 /chrome/browser/browser_window.h | |
parent | 93530253a285c3ecc6f2b6ae46409b70ef85b48c (diff) | |
download | chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.zip chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.tar.gz chromium_src-6b658bf84d667bbaacd59d6337a09ac2e80645a8.tar.bz2 |
Revert 52486 - Display a tab modal dialog of the allowed/blocked cookies.
BUG=45230
TEST=CollectedCookiesTest.*
Review URL: http://codereview.chromium.org/2907003
TBR=jochen@chromium.org
Review URL: http://codereview.chromium.org/3016003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52505 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, 0 insertions, 3 deletions
diff --git a/chrome/browser/browser_window.h b/chrome/browser/browser_window.h index 9c50dda..d806e62 100644 --- a/chrome/browser/browser_window.h +++ b/chrome/browser/browser_window.h @@ -230,9 +230,6 @@ 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. |