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

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

Issue 2946013002: PaymentHandler: Implement requestPermission().
Patch Set: PaymentHandler: Implement requestPermission(). Created 3 years, 6 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
« no previous file with comments | « components/content_settings/core/common/content_settings_types.h ('k') | components/payments_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index f0c0fac1f6b42edc40d52071d262dd2fd8646ed3..b8f7e5e9f511c71796b12d12eb4d9cedcad1fca4 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -147,6 +147,7 @@ class InfoBarDelegate {
VR_SERVICES_UPGRADE_ANDROID = 74,
READER_MODE_INFOBAR_ANDROID = 75,
VR_FEEDBACK_INFOBAR_ANDROID = 76,
+ PAYMENT_HANDLER_INFOBAR_DELEGATE_ANDROID = 77,
};
// Describes navigation events, used to decide whether infobars should be
« no previous file with comments | « components/content_settings/core/common/content_settings_types.h ('k') | components/payments_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698