Index: components/infobars/core/infobar_delegate.h |
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h |
index e2fbc5f2d4511f9a5692e4cde538ebb573108f5a..9d6ba770d2a7fddc1d22cc68b39d3e8a03602830 100644 |
--- a/components/infobars/core/infobar_delegate.h |
+++ b/components/infobars/core/infobar_delegate.h |
@@ -10,6 +10,7 @@ |
#include "ui/base/window_open_disposition.h" |
class ConfirmInfoBarDelegate; |
+class HungRendererInfoBarDelegate; |
class InsecureContentInfoBarDelegate; |
class MediaStreamInfoBarDelegate; |
class NativeAppInfoBarDelegate; |
@@ -117,6 +118,7 @@ class InfoBarDelegate { |
// Type-checking downcast routines: |
virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate(); |
+ virtual HungRendererInfoBarDelegate* AsHungRendererInfoBarDelegate(); |
virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate(); |
virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate(); |
virtual NativeAppInfoBarDelegate* AsNativeAppInfoBarDelegate(); |