| Index: chrome/browser/ui/app_list/speech_recognizer.cc
|
| diff --git a/chrome/browser/ui/app_list/speech_recognizer.cc b/chrome/browser/ui/app_list/speech_recognizer.cc
|
| index 8f6eafadeccb1b42cfd2a0e8ca0bd0c69c5bc9a2..9cd17414c6421ec8b3fccfb0197ce1d420f6467f 100644
|
| --- a/chrome/browser/ui/app_list/speech_recognizer.cc
|
| +++ b/chrome/browser/ui/app_list/speech_recognizer.cc
|
| @@ -27,7 +27,7 @@ namespace app_list {
|
| static const int kNoSpeechTimeoutInSeconds = 5;
|
|
|
| // Length of timeout to cancel recognition if no different results are received.
|
| -static const int kNoNewSpeechTimeoutInSeconds = 3;
|
| +static const int kNoNewSpeechTimeoutInSeconds = 2;
|
|
|
| // Invalid speech session.
|
| static const int kInvalidSessionId = -1;
|
|
|