Index: chrome/common/extensions/api/system_private.json |
diff --git a/chrome/common/extensions/api/system_private.json b/chrome/common/extensions/api/system_private.json |
index 7d95450167a19497fee9d105ec4a1c77e8763b6a..ea9ae38f8975d3cba6f9985dbe252951bf63b309 100644 |
--- a/chrome/common/extensions/api/system_private.json |
+++ b/chrome/common/extensions/api/system_private.json |
@@ -86,6 +86,24 @@ |
] |
} |
] |
+ }, |
+ { |
+ "name": "getApiKey", |
+ "type": "function", |
+ "description": "Gets Chrome's API key to use for requests to Google services.", |
+ "parameters": [ |
+ { |
+ "type": "function", |
+ "name": "callback", |
+ "parameters": [ |
+ { |
+ "name": "key", |
+ "type": "string", |
+ "description": "The API key." |
+ } |
+ ] |
+ } |
+ ] |
} |
], |
"events": [ |