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

Unified Diff: components/copresence/handlers/audio/audio_directive_handler_impl.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 | « components/copresence/handlers/audio/audio_directive_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/handlers/audio/audio_directive_handler_impl.h
diff --git a/components/copresence/handlers/audio/audio_directive_handler_impl.h b/components/copresence/handlers/audio/audio_directive_handler_impl.h
index 40dc062cd73b024e1334afbbf93ff9e84236dc11..c9a91499da950d8094b3020c04ad9570d327912c 100644
--- a/components/copresence/handlers/audio/audio_directive_handler_impl.h
+++ b/components/copresence/handlers/audio/audio_directive_handler_impl.h
@@ -48,7 +48,7 @@ class AudioDirectiveHandlerImpl final : public AudioDirectiveHandler {
const TokensCallback& tokens_cb) override;
void AddInstruction(const copresence::TokenInstruction& instruction,
const std::string& op_id,
- base::TimeDelta ttl_ms) override;
+ base::TimeDelta ttl) override;
void RemoveInstructions(const std::string& op_id) override;
const std::string PlayingToken(AudioType type) const override;
bool IsPlayingTokenHeard(AudioType type) const override;
« no previous file with comments | « components/copresence/handlers/audio/audio_directive_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698