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

Unified Diff: components/copresence/handlers/directive_handler.h

Issue 916763005: Allowing WhispernetClient to be used during initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/copresence_manager_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/handlers/directive_handler.h
diff --git a/components/copresence/handlers/directive_handler.h b/components/copresence/handlers/directive_handler.h
index 24e17894ac032f64a225c8468132da603089e826..5c3f6ea7c0535973a676eef0ca320e26c9f92854 100644
--- a/components/copresence/handlers/directive_handler.h
+++ b/components/copresence/handlers/directive_handler.h
@@ -26,6 +26,7 @@ class DirectiveHandler {
// |whispernet_client| is owned by the caller and must outlive the
// DirectiveHandler.
// |tokens_cb| is called for all audio tokens found in recorded audio.
+ // TODO(ckehoe): This is no longer needed. Merge into the constructor.
virtual void Start(WhispernetClient* whispernet_client,
const TokensCallback& tokens_cb) = 0;
« no previous file with comments | « components/copresence/copresence_manager_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698