Hiding the Speech Input bubble when clicking Microphone Settings for...

Hiding the Speech Input bubble when clicking Microphone Settings for consistency with other platforms.

BUG=80730
TEST=none

Review URL: http://codereview.chromium.org/7741043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98433 0039d316-1c4b-4281-b951-d872f2087c98
parent aa91eb9f
...@@ -107,6 +107,7 @@ void SpeechInputBubbleGtk::OnTryAgainClicked(GtkWidget* widget) { ...@@ -107,6 +107,7 @@ void SpeechInputBubbleGtk::OnTryAgainClicked(GtkWidget* widget) {
void SpeechInputBubbleGtk::OnMicSettingsClicked(GtkWidget* widget) { void SpeechInputBubbleGtk::OnMicSettingsClicked(GtkWidget* widget) {
AudioManager::GetAudioManager()->ShowAudioInputSettings(); AudioManager::GetAudioManager()->ShowAudioInputSettings();
Hide();
} }
void SpeechInputBubbleGtk::Show() { void SpeechInputBubbleGtk::Show() {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment