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

Unified Diff: chrome/common/extensions/api/_api_features.json

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: Update JSON permissions. 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/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index c8b4fc64eb0cc3394cb9699880c42e076e358ccf..306b59fa3c7441595e49385e833e2bb48ffbee07 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -84,6 +84,18 @@
"dependencies": ["permission:audioModem"],
"contexts": ["blessed_extension"]
},
+ "autofillPrivate": [{
+ "dependencies": ["permission:autofillPrivate"],
+ "contexts": ["blessed_extension"]
+ }, {
+ "channel": "trunk",
+ "contexts": ["webui"],
+ "matches": [
+ "chrome://md-settings/*",
+ "chrome://settings/*",
+ "chrome://settings-frame/*"
+ ]
+ }],
"automationInternal": {
"internal": true,
"dependencies": ["manifest:automation"],

Powered by Google App Engine
This is Rietveld 408576698