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

Unified Diff: components/copresence/handlers/audio/audio_directive_handler.h

Issue 712993007: Fixing parameter names in AudioDirectiveHandler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | components/copresence/handlers/audio/audio_directive_handler_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/handlers/audio/audio_directive_handler.h
diff --git a/components/copresence/handlers/audio/audio_directive_handler.h b/components/copresence/handlers/audio/audio_directive_handler.h
index f0a6faf7a5a15c31de1569011bec746a0c52c533..5cbaa1d2c27f497bb635e9b2fd6946731ff90f21 100644
--- a/components/copresence/handlers/audio/audio_directive_handler.h
+++ b/components/copresence/handlers/audio/audio_directive_handler.h
@@ -32,7 +32,7 @@ class AudioDirectiveHandler {
// removed after the ttl expires.
virtual void AddInstruction(const TokenInstruction& instruction,
const std::string& op_id,
- base::TimeDelta ttl_ms) = 0;
+ base::TimeDelta ttl) = 0;
// Removes all instructions associated with this operation id.
virtual void RemoveInstructions(const std::string& op_id) = 0;
« no previous file with comments | « no previous file | components/copresence/handlers/audio/audio_directive_handler_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698