Index: chrome/common/notification_type.h |
=================================================================== |
--- chrome/common/notification_type.h (revision 35751) |
+++ chrome/common/notification_type.h (working copy) |
@@ -223,9 +223,8 @@ |
// is the InfoBubble. |
INFO_BUBBLE_CREATED, |
- // Sent when the language (English, French...) for a page has been detected. |
- // The details Details<std::string> contain the ISO 639-1 language code and |
- // the source is Source<RenderViewHost>. |
+ // Sent after a call to RenderViewHost::DeterminePageLanguage. The details |
+ // are Details<std::string> and the source is Source<RenderViewHost>. |
TAB_LANGUAGE_DETERMINED, |
// Send after the code is run in specified tab. |