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

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

Issue 27034009: Implement Google network speech synthesis (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add remote flag, clean up Created 7 years, 2 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
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..9a2f9379942ef0f9562920c0c86da85a6a70d463 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": "Get API key to use for requests to Google services.",
not at google - send to devlin 2013/10/16 21:41:51 s/Get/Gets Chrome's/
dmazzoni 2013/10/16 22:20:07 Done.
+ "parameters": [
+ {
+ "type": "function",
+ "name": "callback",
+ "parameters": [
+ {
+ "name": "key",
+ "type": "string",
+ "description": "The API key."
+ }
+ ]
+ }
+ ]
}
],
"events": [
« no previous file with comments | « chrome/common/extensions/api/speech/tts_engine_manifest_handler.cc ('k') | chrome/common/extensions/api/tts.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698