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

Unified Diff: chrome/browser/speech/speech_input_bubble_gtk.cc

Issue 7741043: Hiding the Speech Input bubble when clicking Microphone Settings on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/speech/speech_input_bubble_gtk.cc
diff --git a/chrome/browser/speech/speech_input_bubble_gtk.cc b/chrome/browser/speech/speech_input_bubble_gtk.cc
index 03aa0288c3038d09412b10f624110262a9ef6b98..c0933bf5c87fc22f55f669f9cc7cf8aced3bbe47 100644
--- a/chrome/browser/speech/speech_input_bubble_gtk.cc
+++ b/chrome/browser/speech/speech_input_bubble_gtk.cc
@@ -107,6 +107,7 @@ void SpeechInputBubbleGtk::OnTryAgainClicked(GtkWidget* widget) {
void SpeechInputBubbleGtk::OnMicSettingsClicked(GtkWidget* widget) {
AudioManager::GetAudioManager()->ShowAudioInputSettings();
+ Hide();
}
void SpeechInputBubbleGtk::Show() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698