| Index: extensions/common/api/_api_features.json
|
| diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json
|
| index 5ec7f7a1efa59fd709c0804228a3a9af20ee1eb3..9b060a8313a2472463413bab6cccebcb23a48dc4 100644
|
| --- a/extensions/common/api/_api_features.json
|
| +++ b/extensions/common/api/_api_features.json
|
| @@ -3,21 +3,12 @@
|
| // found in the LICENSE file.
|
|
|
| // This features file defines extension APIs implemented under src/extensions.
|
| -// See extensions/common/features/* to understand this file, in particular
|
| -// feature.h, simple_feature.h, and base_feature_provider.h.
|
| +// See chrome/common/extensions/api/_features.md to understand this file, as
|
| +// well as feature.h, simple_feature.h, and base_feature_provider.h.
|
| //
|
| // Note that specifying "web_page", "blessed_web_page", or "all" as a context
|
| // type will require manually updating chrome/renderer/resources/dispatcher.cc.
|
|
|
| -// To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
|
| -//
|
| -// $ echo -n "aaaabbbbccccddddeeeeffffgggghhhh" | \
|
| -// sha1sum | tr '[:lower:]' '[:upper:]'
|
| -// 9A0417016F345C934A1A88F55CA17C05014EEEBA -
|
| -//
|
| -// Google employees: please update http://go/chrome-api-whitelist to map
|
| -// hashes back to ids.
|
| -
|
| {
|
| "alarms": {
|
| "dependencies": ["permission:alarms"],
|
|
|