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

Unified Diff: components/copresence/public/whispernet_client.h

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/common/extensions/api/copresence_private.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/public/whispernet_client.h
diff --git a/components/copresence/public/whispernet_client.h b/components/copresence/public/whispernet_client.h
index 61eeed0d15a66a71563688f5c0756f6643c91a44..6926fff692720d45d98ae00d80ccac09dc827141 100644
--- a/components/copresence/public/whispernet_client.h
+++ b/components/copresence/public/whispernet_client.h
@@ -40,7 +40,7 @@ class WhispernetClient {
virtual void Shutdown() = 0;
// Fires an event to request a token encode.
- virtual void EncodeToken(const std::string& token) = 0;
+ virtual void EncodeToken(const std::string& token, bool audible) = 0;
// Fires an event to request a decode for the given samples.
virtual void DecodeSamples(const std::string& samples) = 0;
// Fires an event to request detection of a whispernet broadcast.
« no previous file with comments | « chrome/common/extensions/api/copresence_private.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698