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

Unified Diff: components/copresence/rpc/rpc_handler.h

Issue 453793002: Add audible support to the copresence API. (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 | « components/copresence/proto/data.proto ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/rpc/rpc_handler.h
diff --git a/components/copresence/rpc/rpc_handler.h b/components/copresence/rpc/rpc_handler.h
index d1168d85e01870952596446bff4007ebcb946844..2233f9a59d086657ff21bcf6d5ca8cc8b65a4ff0 100644
--- a/components/copresence/rpc/rpc_handler.h
+++ b/components/copresence/rpc/rpc_handler.h
@@ -108,6 +108,7 @@ class RpcHandler {
// whispernet, setting the samples return callback to samples_callback.
void AudioDirectiveListToWhispernetConnector(
const std::string& token,
+ bool audible,
const WhispernetClient::SamplesCallback& samples_callback);
CopresenceClientDelegate* delegate_; // Belongs to the caller.
« no previous file with comments | « components/copresence/proto/data.proto ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698