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

Unified Diff: remoting/client/jni/chromoting_jni_runtime.cc

Issue 2084123002: Adding an interface to allow extension of the audio player for CRD and iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing unused counter in fake audio consumer. Created 4 years, 6 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 | « remoting/client/fake_audio_consumer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/jni/chromoting_jni_runtime.cc
diff --git a/remoting/client/jni/chromoting_jni_runtime.cc b/remoting/client/jni/chromoting_jni_runtime.cc
index 75422746939a1773dcb3662972d0099c010cf543..fe11386029c972380db18dd28102526154312a01 100644
--- a/remoting/client/jni/chromoting_jni_runtime.cc
+++ b/remoting/client/jni/chromoting_jni_runtime.cc
@@ -69,7 +69,7 @@ ChromotingJniRuntime* ChromotingJniRuntime::GetInstance() {
ChromotingJniRuntime::ChromotingJniRuntime() {
// Grab or create the threads.
- // TODO(nicholss) We could runtime this as a constructor argument when jni
+ // TODO(nicholss): We could runtime this as a constructor argument when jni
// runtime is not no longer a singleton.
if (!base::MessageLoop::current()) {
« no previous file with comments | « remoting/client/fake_audio_consumer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698