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

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

Issue 1100763002: Inject CanAddURLToHistory into TopSitesImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prefs
Patch Set: Fix error introduced during rebase 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..43759a6f1eda5d5c802a0e992943c469873913cf 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"],
@@ -495,6 +507,10 @@
"dependencies": ["permission:inputMethodPrivate"],
"contexts": ["blessed_extension"]
},
+ "instanceID": {
+ "dependencies": ["permission:gcm"],
+ "contexts": ["blessed_extension"]
+ },
"launcherPage": {
"dependencies": ["manifest:launcher_page"],
"contexts": ["blessed_extension"]
@@ -619,6 +635,18 @@
"dependencies": ["permission:rtcPrivate"],
"contexts": ["blessed_extension"]
},
+ "searchEnginesPrivate": [{
+ "dependencies": ["permission:searchEnginesPrivate"],
+ "contexts": ["blessed_extension"]
+ }, {
+ "channel": "trunk",
+ "contexts": ["webui"],
+ "matches": [
+ "chrome://md-settings/*",
+ "chrome://settings/*",
+ "chrome://settings-frame/*"
+ ]
+ }],
"sessions": {
"dependencies": ["permission:sessions"],
"contexts": ["blessed_extension"]
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698