| Index: content/browser/speech/speech_recognition_engine.cc
|
| diff --git a/content/browser/speech/speech_recognition_engine.cc b/content/browser/speech/speech_recognition_engine.cc
|
| index b0fac7db62feb1ea375d7c2772dd53e7ec85d8c3..071e655c5d0bbb5e2f862c79b8f6bc5ca4a371fa 100644
|
| --- a/content/browser/speech/speech_recognition_engine.cc
|
| +++ b/content/browser/speech/speech_recognition_engine.cc
|
| @@ -362,10 +362,6 @@ SpeechRecognitionEngine::ConnectBothStreams(const FSMEventArgs&) {
|
| base::UintToString(max_alternatives));
|
| }
|
| upstream_args.push_back("app=chromium");
|
| - if (!config_.hardware_info.empty()) {
|
| - upstream_args.push_back(
|
| - "xhw=" + net::EscapeQueryParamValue(config_.hardware_info, true));
|
| - }
|
| for (const SpeechRecognitionGrammar& grammar : config_.grammars) {
|
| std::string grammar_value(
|
| base::DoubleToString(grammar.weight) + ":" + grammar.url);
|
|
|