Chromium Code Reviews| Index: chrome/browser/plugins/plugin_infobar_delegates.h |
| diff --git a/chrome/browser/plugins/plugin_infobar_delegates.h b/chrome/browser/plugins/plugin_infobar_delegates.h |
| index 7bad0c661536b6410a06d22e2d46eff69b54f51d..8a1548e45ed1d31a62b741a2cbc9f7981c0c4187 100644 |
| --- a/chrome/browser/plugins/plugin_infobar_delegates.h |
| +++ b/chrome/browser/plugins/plugin_infobar_delegates.h |
| @@ -50,7 +50,7 @@ class OutdatedPluginInfoBarDelegate : public ConfirmInfoBarDelegate, |
| // ConfirmInfoBarDelegate: |
| infobars::InfoBarDelegate::InfoBarIdentifier GetIdentifier() const override; |
| void InfoBarDismissed() override; |
| - int GetIconId() const override; |
| + gfx::VectorIconId GetVectoIconId() const override; |
|
groby-ooo-7-16
2016/09/30 18:23:45
GetVectorIconId :)
(missing 'r' - I wish coderevi
Evan Stade
2016/09/30 22:31:39
oops -- had fixed this but failed to reupload
|
| base::string16 GetMessageText() const override; |
| base::string16 GetButtonLabel(InfoBarButton button) const override; |
| bool Accept() override; |