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

Unified Diff: content/public/browser/speech_recognition_manager_delegate.h

Issue 1892483002: Drop support for uploading hardware info with speech recognition requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@devirtualize_speechrecognitionengine
Patch Set: Created 4 years, 8 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/public/browser/speech_recognition_manager_delegate.h
diff --git a/content/public/browser/speech_recognition_manager_delegate.h b/content/public/browser/speech_recognition_manager_delegate.h
index f29931827cd7fb6ead692e153f550ecdaae5fda2..ebc28ecbc4df7a45cf81041a353c1fcfc1fdbfc0 100644
--- a/content/public/browser/speech_recognition_manager_delegate.h
+++ b/content/public/browser/speech_recognition_manager_delegate.h
@@ -21,11 +21,6 @@ class SpeechRecognitionManagerDelegate {
public:
virtual ~SpeechRecognitionManagerDelegate() {}
- // Get the optional diagnostic hardware information if available.
- // This is called on the IO thread.
- virtual void GetDiagnosticInformation(bool* can_report_metrics,
- std::string* hardware_info) = 0;
-
// Checks (asynchronously) if current setup allows speech recognition.
// This is called on the IO thread.
virtual void CheckRecognitionIsAllowed(

Powered by Google App Engine
This is Rietveld 408576698