diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 20:52:48 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-09 20:52:48 +0000 |
commit | 47e4c8793c51d873957c3b6329d020c99f83d1d7 (patch) | |
tree | 7f90483b47327021110fcbbe2d907c3cb8c2e343 /chrome/browser/tab_contents/infobar_delegate.h | |
parent | c10d60b4194cab3f68da71e0270647c02d000146 (diff) | |
download | chromium_src-47e4c8793c51d873957c3b6329d020c99f83d1d7.zip chromium_src-47e4c8793c51d873957c3b6329d020c99f83d1d7.tar.gz chromium_src-47e4c8793c51d873957c3b6329d020c99f83d1d7.tar.bz2 |
Reland: Rename ThemePreviewInfobarDelegate to
ThemeInstalledInfoBarDelegate
Contributed by Thiago Farina <tfarina@gmail.com>
TBR=rafaelw@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/tab_contents/infobar_delegate.h')
-rw-r--r-- | chrome/browser/tab_contents/infobar_delegate.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/tab_contents/infobar_delegate.h b/chrome/browser/tab_contents/infobar_delegate.h index 569ad1d..8079fba 100644 --- a/chrome/browser/tab_contents/infobar_delegate.h +++ b/chrome/browser/tab_contents/infobar_delegate.h @@ -16,7 +16,7 @@ class AlertInfoBarDelegate; class ConfirmInfoBarDelegate; class InfoBar; class LinkInfoBarDelegate; -class ThemePreviewInfobarDelegate; +class ThemeInstalledInfoBarDelegate; // An interface implemented by objects wishing to control an InfoBar. // Implementing this interface is not sufficient to use an InfoBar, since it @@ -96,9 +96,9 @@ class InfoBarDelegate { return NULL; } - // Returns a pointer to the ThemePreviewInfobarDelegate interface, if + // Returns a pointer to the ThemeInstalledInfoBarDelegate interface, if // implemented. - virtual ThemePreviewInfobarDelegate* AsThemePreviewInfobarDelegate() { + virtual ThemeInstalledInfoBarDelegate* AsThemePreviewInfobarDelegate() { return NULL; } |