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

Unified Diff: content/shell/browser/shell_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/shell/browser/shell_speech_recognition_manager_delegate.h
diff --git a/content/shell/browser/shell_speech_recognition_manager_delegate.h b/content/shell/browser/shell_speech_recognition_manager_delegate.h
index 7c5fce372b1181e64bb1758efe0d6e76a4361fbf..c1f6b9d9f9c6fb53b5dea698f52eb7d87b81bb6f 100644
--- a/content/shell/browser/shell_speech_recognition_manager_delegate.h
+++ b/content/shell/browser/shell_speech_recognition_manager_delegate.h
@@ -23,8 +23,6 @@ class ShellSpeechRecognitionManagerDelegate
~ShellSpeechRecognitionManagerDelegate() override {}
// SpeechRecognitionManagerDelegate methods.
- void GetDiagnosticInformation(bool* can_report_metrics,
- std::string* hardware_info) override {}
void CheckRecognitionIsAllowed(
int session_id,
base::Callback<void(bool ask_user, bool is_allowed)> callback) override;

Powered by Google App Engine
This is Rietveld 408576698