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

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

Issue 6264015: Avoid closing the speech input UI bubble twice. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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_controller.cc
diff --git a/chrome/browser/speech/speech_input_bubble_controller.cc b/chrome/browser/speech/speech_input_bubble_controller.cc
index b048589f04ffa813023bba9602c4c8c1e03e133c..1f9d2df9861008f6e25e6889341be6c51cba8766 100644
--- a/chrome/browser/speech/speech_input_bubble_controller.cc
+++ b/chrome/browser/speech/speech_input_bubble_controller.cc
@@ -201,7 +201,6 @@ void SpeechInputBubbleController::InfoBubbleFocusChanged() {
int old_bubble_caller_id = current_bubble_caller_id_;
current_bubble_caller_id_ = 0;
- bubbles_[old_bubble_caller_id]->Hide();
BrowserThread::PostTask(
BrowserThread::IO, FROM_HERE,
« 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