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

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

Issue 1128203005: Add the IDL and stub implementation for the chrome.passwordsPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase/lint. Created 5 years, 7 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 1f2ffae0f1f3052ac1782c1c3d602d1cb88d5f4c..1ae799595a220986d4e8467552a1cdf06379864c 100644
--- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
+++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
@@ -504,6 +504,9 @@ ChromePermissionMessageRule::GetAllRules() {
{IDS_EXTENSION_PROMPT_WARNING_AUTOFILL_PRIVATE,
{APIPermission::kAutofillPrivate},
{}},
+ {IDS_EXTENSION_PROMPT_WARNING_PASSWORDS_PRIVATE,
+ {APIPermission::kPasswordsPrivate},
+ {}},
// Platform-app permission messages.

Powered by Google App Engine
This is Rietveld 408576698