summaryrefslogtreecommitdiffstats
path: root/content/browser
diff options
context:
space:
mode:
authorsatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-02 17:34:54 +0000
committersatish@chromium.org <satish@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-02 17:34:54 +0000
commita9266102343c8ca6ef0c07b4b3c3de8f4a3a5600 (patch)
tree03c79d2bb1cb6bc37f6da67962dc9b97b841aaeb /content/browser
parent21f175b69f4a74c835f64976d1a41d0ef945984f (diff)
downloadchromium_src-a9266102343c8ca6ef0c07b4b3c3de8f4a3a5600.zip
chromium_src-a9266102343c8ca6ef0c07b4b3c3de8f4a3a5600.tar.gz
chromium_src-a9266102343c8ca6ef0c07b4b3c3de8f4a3a5600.tar.bz2
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
Diffstat (limited to 'content/browser')
-rw-r--r--content/browser/speech/speech_input_manager.h2
1 files changed, 1 insertions, 1 deletions
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