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

Unified Diff: components/infobars/core/infobar_delegate.h

Issue 861103002: Credentials chooser UI for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebaised on top of master. Created 5 years, 11 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: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index 75225e53d36580f0e13fd38622d94484b769392b..7328d618d8f38416fa15fcb40ca59823fda50b9e 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -9,6 +9,7 @@
#include "base/strings/string16.h"
#include "ui/base/window_open_disposition.h"
+class AccountChooserInfoBarDelegateAndroid;
class AutoLoginInfoBarDelegate;
class ConfirmInfoBarDelegate;
class ExtensionInfoBarDelegate;
@@ -105,6 +106,8 @@ class InfoBarDelegate {
virtual Type GetInfoBarType() const;
// Type-checking downcast routines:
+ virtual AccountChooserInfoBarDelegateAndroid*
+ AsAccountChooserInfoBarDelegateAndroid();
virtual AutoLoginInfoBarDelegate* AsAutoLoginInfoBarDelegate();
virtual ConfirmInfoBarDelegate* AsConfirmInfoBarDelegate();
virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate();

Powered by Google App Engine
This is Rietveld 408576698