| Index: chrome/browser/api/infobars/infobar_delegate.h
|
| diff --git a/chrome/browser/api/infobars/infobar_delegate.h b/chrome/browser/api/infobars/infobar_delegate.h
|
| index 27bc1c957afabf257c33c96983fb93b3e41738e9..e3340d194256ba68d8a0addc67a7a760249eb683 100644
|
| --- a/chrome/browser/api/infobars/infobar_delegate.h
|
| +++ b/chrome/browser/api/infobars/infobar_delegate.h
|
| @@ -21,6 +21,7 @@ class PluginInstallerInfoBarDelegate;
|
| class RegisterProtocolHandlerInfoBarDelegate;
|
| class SavePasswordInfoBarDelegate;
|
| class ThemeInstalledInfoBarDelegate;
|
| +class ThreeDAPIInfoBarDelegate;
|
| class TranslateInfoBarDelegate;
|
|
|
| namespace gfx {
|
| @@ -105,6 +106,7 @@ class InfoBarDelegate {
|
| virtual RegisterProtocolHandlerInfoBarDelegate*
|
| AsRegisterProtocolHandlerInfoBarDelegate();
|
| virtual ThemeInstalledInfoBarDelegate* AsThemePreviewInfobarDelegate();
|
| + virtual ThreeDAPIInfoBarDelegate* AsThreeDAPIInfoBarDelegate();
|
| virtual TranslateInfoBarDelegate* AsTranslateInfoBarDelegate();
|
|
|
| protected:
|
|
|