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

Unified Diff: components/content_settings/core/common/content_settings_types.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
Index: components/content_settings/core/common/content_settings_types.h
diff --git a/components/content_settings/core/common/content_settings_types.h b/components/content_settings/core/common/content_settings_types.h
index 24bd04b60f7da82207a94e08d243ccd07cc3eeef..5201e2a37784266170a864fa36ace051b03197d8 100644
--- a/components/content_settings/core/common/content_settings_types.h
+++ b/components/content_settings/core/common/content_settings_types.h
@@ -67,6 +67,9 @@ enum ContentSettingsType {
// verdicts of each origin.
CONTENT_SETTINGS_TYPE_PASSWORD_PROTECTION,
+ // This content setting type is whether to allow installing a payment handler.
+ CONTENT_SETTINGS_TYPE_PAYMENT_HANDLER,
+
// WARNING: This enum is going to be removed soon. Do not depend on NUM_TYPES.
CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE,
};
« no previous file with comments | « components/content_settings/core/browser/content_settings_registry.cc ('k') | components/infobars/core/infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698