Index: chrome/renderer/translate/translate_helper.cc |
diff --git a/chrome/renderer/translate/translate_helper.cc b/chrome/renderer/translate/translate_helper.cc |
index ee73f02c8180eace9d80312cf6b43c5ad9e6c878..418198bcd1b6fc5f43238d9efdaa389dc72a1438 100644 |
--- a/chrome/renderer/translate/translate_helper.cc |
+++ b/chrome/renderer/translate/translate_helper.cc |
@@ -391,6 +391,7 @@ void TranslateHelper::CheckTranslateStatus() { |
// First check if there was an error. |
if (HasTranslationFailed()) { |
+ // TODO(toyoshim): Check |errorCode| of translate.js and notify it here. |
NotifyBrowserTranslationFailed(TranslateErrors::TRANSLATION_ERROR); |
return; // There was an error. |
} |