| Index: chrome/browser/speech/speech_recognition_bubble_controller.h
|
| diff --git a/chrome/browser/speech/speech_recognition_bubble_controller.h b/chrome/browser/speech/speech_recognition_bubble_controller.h
|
| index 735b9dd45b377f2fe5125848114d6d4103a6120b..58ed656eec4aad955acd7950e89e4d161b98b1c1 100644
|
| --- a/chrome/browser/speech/speech_recognition_bubble_controller.h
|
| +++ b/chrome/browser/speech/speech_recognition_bubble_controller.h
|
| @@ -116,8 +116,8 @@ class SpeechRecognitionBubbleController
|
|
|
| // Called whenever a bubble was added to or removed from the list. If the
|
| // bubble was being added, this method registers for close notifications with
|
| - // the TabContents if this was the first bubble for the tab. Similarly if the
|
| - // bubble was being removed, this method unregisters from TabContents if this
|
| + // the WebContents if this was the first bubble for the tab. Similarly if the
|
| + // bubble was being removed, this method unregisters from WebContents if this
|
| // was the last bubble associated with that tab.
|
| void UpdateTabContentsSubscription(int caller_id,
|
| ManageSubscriptionAction action);
|
|
|