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

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

Issue 460743004: Improve audible token detection. (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/public/whispernet_client.h ('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 2233f9a59d086657ff21bcf6d5ca8cc8b65a4ff0..82840d8f0af4c9b37f2737ac206837c0ace5a387 100644
--- a/components/copresence/rpc/rpc_handler.h
+++ b/components/copresence/rpc/rpc_handler.h
@@ -50,7 +50,7 @@ class RpcHandler {
const StatusCallback& callback);
// Report a set of tokens to the server for a given medium.
- void ReportTokens(TokenMedium medium, const std::vector<std::string>& tokens);
+ void ReportTokens(const std::vector<FullToken>& tokens);
// Create the directive handler and connect it to
// the whispernet client specified by the delegate.
« no previous file with comments | « components/copresence/public/whispernet_client.h ('k') | components/copresence/rpc/rpc_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698