Index: chrome/renderer/render_view.h |
=================================================================== |
--- chrome/renderer/render_view.h (revision 36372) |
+++ chrome/renderer/render_view.h (working copy) |
@@ -437,8 +437,8 @@ |
PageTranslator* page_translator() const { return page_translator_.get(); } |
// Returns the ISO 639_1 language code of the current page |
- // (ex: en, fr, zh...). Returns 'unknown' if the language could not be |
- // determined. |
+ // (ex: en, fr, zh...). Returns 'und' (ISO 639-2 code for undetermined) |
+ // if the language could not be determined. |
std::string DetectLanguage(); |
protected: |