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

Unified Diff: content/public/browser/permission_type.h

Issue 2946013002: PaymentHandler: Implement requestPermission().
Patch Set: 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
Index: content/public/browser/permission_type.h
diff --git a/content/public/browser/permission_type.h b/content/public/browser/permission_type.h
index 071add679ca44938ebcf72b0fab38f3855c84273..a26111fac6ac9c81968bebc670d3446666d796a1 100644
--- a/content/public/browser/permission_type.h
+++ b/content/public/browser/permission_type.h
@@ -24,6 +24,7 @@ enum class PermissionType {
VIDEO_CAPTURE = 9,
BACKGROUND_SYNC = 10,
FLASH = 11,
+ PAYMENT_HANDLER = 12,
// Always keep this at the end.
NUM,

Powered by Google App Engine
This is Rietveld 408576698