Index: extensions/common/api/_api_features.json |
diff --git a/extensions/common/api/_api_features.json b/extensions/common/api/_api_features.json |
index cae93b142ae4520b667ccd70a491088abffbd2a6..b97248dfbceb165d8a25f62e5158378ede639e92 100644 |
--- a/extensions/common/api/_api_features.json |
+++ b/extensions/common/api/_api_features.json |
@@ -9,6 +9,15 @@ |
// 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. |
+ |
{ |
"dns": { |
"dependencies": ["permission:dns"], |