| 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(
|
|
|