diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 00:04:57 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-07 00:04:57 +0000 |
commit | a3627e688f2f9453719e5ac1ceb0f97b8850a5b2 (patch) | |
tree | 3129aa03244ddf479393c78c01c59b8bd515c45b /chrome/browser/ui/panels/panel.h | |
parent | bd0f08969a6fe21366e7d1fc7ae962c282325ae8 (diff) | |
download | chromium_src-a3627e688f2f9453719e5ac1ceb0f97b8850a5b2.zip chromium_src-a3627e688f2f9453719e5ac1ceb0f97b8850a5b2.tar.gz chromium_src-a3627e688f2f9453719e5ac1ceb0f97b8850a5b2.tar.bz2 |
content: Move collected cookies constrained window to TabContentsWrapper.
To split the ConstrainedWindow feature off of TabContents entirely (moving it
to a helper object on TabContentsWrapper), I'll need to first make each
constrained window TabContentsWrapper aware first. I started just hacking
BUG=95257
TEST=compiles
Review URL: http://codereview.chromium.org/7831051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99872 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/panels/panel.h')
-rw-r--r-- | chrome/browser/ui/panels/panel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h index af9b6214..81b5548f2 100644 --- a/chrome/browser/ui/panels/panel.h +++ b/chrome/browser/ui/panels/panel.h @@ -103,7 +103,7 @@ class Panel : public BrowserWindow { virtual bool IsDownloadShelfVisible() const OVERRIDE; virtual DownloadShelf* GetDownloadShelf() OVERRIDE; virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE; - virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) OVERRIDE; + virtual void ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) OVERRIDE; virtual void ShowThemeInstallBubble() OVERRIDE; virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE; virtual gfx::NativeWindow ShowHTMLDialog( |