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

Unified Diff: chrome/browser/speech/speech_recognition_bubble_controller.h

Issue 9969208: TabContents -> WebContentsImpl, part 20. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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: 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);
« no previous file with comments | « chrome/browser/sessions/session_service.h ('k') | chrome/browser/speech/speech_recognition_bubble_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698