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

Unified Diff: chrome/common/extensions/permissions/chrome_permission_message_rules.cc

Issue 1232553003: Add new certificateProvider extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 3 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/common/extensions/permissions/chrome_permission_message_rules.cc
diff --git a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
index 6caae310e1c6714d42d7d6ca6f64848fb1664cc6..2e050a27f256315ee5ce9a12f2f516a0e35c27ba 100644
--- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
+++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
@@ -610,6 +610,9 @@ ChromePermissionMessageRule::GetAllRules() {
{IDS_EXTENSION_PROMPT_WARNING_PLATFORMKEYS,
{APIPermission::kPlatformKeys},
{}},
+ {IDS_EXTENSION_PROMPT_WARNING_CERTIFICATEPROVIDER,
+ {APIPermission::kCertificateProvider},
+ {}},
{IDS_EXTENSION_PROMPT_WARNING_SCREENLOCK_PRIVATE,
{APIPermission::kScreenlockPrivate},

Powered by Google App Engine
This is Rietveld 408576698