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

Unified Diff: content/browser/speech/speech_recognizer_impl.h

Issue 2689483006: Switch browser side audio capture path to use base time primitives. (Closed)
Patch Set: Bloop Created 3 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
Index: content/browser/speech/speech_recognizer_impl.h
diff --git a/content/browser/speech/speech_recognizer_impl.h b/content/browser/speech/speech_recognizer_impl.h
index d14cdf407158794a35ae3dd9b634c14044db75ac..f9b182c6f4e1767aad4fa4f13b1de93fc04ba3e2 100644
--- a/content/browser/speech/speech_recognizer_impl.h
+++ b/content/browser/speech/speech_recognizer_impl.h
@@ -151,7 +151,8 @@ class CONTENT_EXPORT SpeechRecognizerImpl
void Write(const media::AudioBus* data,
double volume,
bool key_pressed,
- uint32_t hardware_delay_bytes) override;
+ base::TimeDelta delay,
+ base::TimeTicks delay_timestamp) override;
void Close() override;
// SpeechRecognitionEngineDelegate methods.

Powered by Google App Engine
This is Rietveld 408576698