Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1275)

Unified Diff: content/browser/speech/speech_input_manager.h

Issue 6597071: Add a noise indicator to the speech bubble volume indicator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed all review comments. Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/speech/speech_input_manager.h
diff --git a/content/browser/speech/speech_input_manager.h b/content/browser/speech/speech_input_manager.h
index a6ba61f0f2a2d4a702313e918f952114dc052940..9415910e712d3775d1699f2e1707e77349138ee1 100644
--- a/content/browser/speech/speech_input_manager.h
+++ b/content/browser/speech/speech_input_manager.h
@@ -35,6 +35,10 @@ class SpeechInputManager {
// information and command line flags.
static bool IsFeatureEnabled();
+ // Invokes the platform provided microphone settings UI in a non-blocking way,
+ // via the BrowserThread::PROCESS_LAUNCHER thread.
+ static void ShowAudioInputSettings();
+
// Factory method to access the singleton. We have this method here instead of
// using Singleton directly in the calling code to aid tests in injection
// mocks.

Powered by Google App Engine
This is Rietveld 408576698