summaryrefslogtreecommitdiffstats
path: root/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 22:05:54 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-26 22:05:54 +0000
commitbb7bb8bf7bd8bfbb3f912cb90f7050483fefc99e (patch)
tree8124c53df0aa440ee6f93561df793096cd793e2e /chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
parent0a8c61aebe14e1df589a3feb8a292433c5e7a50d (diff)
downloadchromium_src-bb7bb8bf7bd8bfbb3f912cb90f7050483fefc99e.zip
chromium_src-bb7bb8bf7bd8bfbb3f912cb90f7050483fefc99e.tar.gz
chromium_src-bb7bb8bf7bd8bfbb3f912cb90f7050483fefc99e.tar.bz2
Protocol handler infobar should show elevation shield on action button.
BUG=89256 TEST=see bug R=pkasting@chromium.org Review URL: http://codereview.chromium.org/7480027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94183 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h')
-rw-r--r--chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
index b6c3db5..6fefd20 100644
--- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
+++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
@@ -27,6 +27,7 @@ class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
virtual Type GetInfoBarType() const OVERRIDE;
virtual string16 GetMessageText() const OVERRIDE;
virtual string16 GetButtonLabel(InfoBarButton button) const OVERRIDE;
+ virtual bool NeedElevation(InfoBarButton button) const OVERRIDE;
virtual bool Accept() OVERRIDE;
virtual bool Cancel() OVERRIDE;
virtual string16 GetLinkText() const OVERRIDE;