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

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

Issue 1099313003: Add the IDL and stub implementation for the chrome.autofillPrivate API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: kalman comments. Created 5 years, 8 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 397ddd925666f97a09f6aca7b20c3a17468c706f..740c668c94773f1fb0f7d2c6b299bbc2039933e0 100644
--- a/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
+++ b/chrome/common/extensions/permissions/chrome_permission_message_rules.cc
@@ -502,6 +502,9 @@ ChromePermissionMessageRule::GetAllRules() {
{IDS_EXTENSION_PROMPT_WARNING_SETTINGS_PRIVATE,
{APIPermission::kSettingsPrivate},
{}},
+ {IDS_EXTENSION_PROMPT_WARNING_AUTOFILL_PRIVATE,
+ {APIPermission::kAutofillPrivate},
+ {}},
// Platform-app permission messages.

Powered by Google App Engine
This is Rietveld 408576698