Index: chrome/common/notification_type.h |
=================================================================== |
--- chrome/common/notification_type.h (revision 35721) |
+++ chrome/common/notification_type.h (working copy) |
@@ -223,8 +223,9 @@ |
// is the InfoBubble. |
INFO_BUBBLE_CREATED, |
- // Sent after a call to RenderViewHost::DeterminePageLanguage. The details |
- // are Details<std::string> and the source is Source<RenderViewHost>. |
+ // 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>. |
TAB_LANGUAGE_DETERMINED, |
// Send after the code is run in specified tab. |