summaryrefslogtreecommitdiffstats
path: root/chrome/common/translate_errors.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/translate_errors.h')
-rw-r--r--chrome/common/translate_errors.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/chrome/common/translate_errors.h b/chrome/common/translate_errors.h
index 56a104c..c8f4225 100644
--- a/chrome/common/translate_errors.h
+++ b/chrome/common/translate_errors.h
@@ -13,10 +13,8 @@ class TranslateErrors {
NONE = 0,
NETWORK, // No connectivity.
INITIALIZATION_ERROR, // The translation script failed to initialize.
- UNKNOWN_LANGUAGE, // The page's language could not be detected.
- IDENTICAL_LANGUAGES, // The original and target languages are the same.
- TRANSLATION_ERROR, // An error was reported by the translation script
- // during translation.
+ TRANSLATION_ERROR, // An error was reported by the translation script
+ // during translation.
};
private: