Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1889)

Unified Diff: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h

Issue 922953002: Minor infobar cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resync Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
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 137a3d9beb987501dfacb882eee885e79fc7a0a0..84c8ea1536095891599e80459a4f6f59081f1e8f 100644
--- a/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
+++ b/chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.h
@@ -30,10 +30,10 @@ class RegisterProtocolHandlerInfoBarDelegate : public ConfirmInfoBarDelegate {
~RegisterProtocolHandlerInfoBarDelegate() override;
// ConfirmInfoBarDelegate:
- InfoBarAutomationType GetInfoBarAutomationType() const override;
Type GetInfoBarType() const override;
+ InfoBarAutomationType GetInfoBarAutomationType() const override;
RegisterProtocolHandlerInfoBarDelegate*
- AsRegisterProtocolHandlerInfoBarDelegate() override;
+ AsRegisterProtocolHandlerInfoBarDelegate() override;
base::string16 GetMessageText() const override;
base::string16 GetButtonLabel(InfoBarButton button) const override;
bool OKButtonTriggersUACPrompt() const override;

Powered by Google App Engine
This is Rietveld 408576698