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

Unified Diff: chrome/common/extensions/api/copresence_private.idl

Issue 444373004: Add Audible support to the whispernet client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/copresence/public/whispernet_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/copresence_private.idl
diff --git a/chrome/common/extensions/api/copresence_private.idl b/chrome/common/extensions/api/copresence_private.idl
index 1f9634af1b5d4e689df1a91fe97ee649e8728820..1715703db1530ea55e124dff1891798f907be31a 100644
--- a/chrome/common/extensions/api/copresence_private.idl
+++ b/chrome/common/extensions/api/copresence_private.idl
@@ -40,7 +40,7 @@ namespace copresencePrivate {
// Fired to request initialization of the whisper.net library.
static void onInitialize(AudioParameters audioParams);
// Fired to request encoding of the given token.
- static void onEncodeTokenRequest(DOMString base64Token);
+ static void onEncodeTokenRequest(DOMString base64Token, boolean audible);
// Fired when we have new samples to decode.
static void onDecodeSamplesRequest(ArrayBuffer audioSamples);
// Fired to request a DetectBroadcast.
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | components/copresence/public/whispernet_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698