| Index: chrome/common/extensions/api/_permission_features.json
|
| diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
|
| index 7a605d58e3c33b0f3d73d812708db5d8cfc6b9ea..c81c327836257d9730e8a266fa5d35797779390f 100644
|
| --- a/chrome/common/extensions/api/_permission_features.json
|
| +++ b/chrome/common/extensions/api/_permission_features.json
|
| @@ -4,17 +4,8 @@
|
|
|
| // This features file defines permissions for extension APIs implemented
|
| // under src/chrome.
|
| -// See extensions/common/features/* to understand this file, in particular
|
| -// feature.h, simple_feature.h, and base_feature_provider.h.
|
| -
|
| -// 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.
|
| +// See chrome/common/extensions/api/_features.md to understand this file, as
|
| +// well as feature.h, simple_feature.h, and base_feature_provider.h.
|
|
|
| // If you add a new platform_app permission please update the "stubs_app" test:
|
| // chrome/test/data/extensions/api_test/stubs_app/manifest.json
|
|
|