From a9266102343c8ca6ef0c07b4b3c3de8f4a3a5600 Mon Sep 17 00:00:00 2001 From: "satish@chromium.org" Date: Wed, 2 Mar 2011 17:34:54 +0000 Subject: Change from PROCESS_LAUNCHER to FILE thread per earlier suggestion. BUG=none TEST=none Review URL: http://codereview.chromium.org/6594120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76557 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/speech/speech_input_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/browser/speech/speech_input_manager.h b/content/browser/speech/speech_input_manager.h index 9415910..951def9 100644 --- a/content/browser/speech/speech_input_manager.h +++ b/content/browser/speech/speech_input_manager.h @@ -36,7 +36,7 @@ class SpeechInputManager { static bool IsFeatureEnabled(); // Invokes the platform provided microphone settings UI in a non-blocking way, - // via the BrowserThread::PROCESS_LAUNCHER thread. + // via the BrowserThread::FILE thread. static void ShowAudioInputSettings(); // Factory method to access the singleton. We have this method here instead of -- cgit v1.1