| Index: chrome/common/translate_errors.h
|
| ===================================================================
|
| --- chrome/common/translate_errors.h (revision 52842)
|
| +++ chrome/common/translate_errors.h (working copy)
|
| @@ -14,6 +14,8 @@
|
| NETWORK, // No connectivity.
|
| INITIALIZATION_ERROR, // The translation script failed to initialize.
|
| UNKNOWN_LANGUAGE, // The page's language could not be detected.
|
| + UNSUPPORTED_LANGUAGE, // The server detected a language that the browser
|
| + // does not know.
|
| IDENTICAL_LANGUAGES, // The original and target languages are the same.
|
| TRANSLATION_ERROR, // An error was reported by the translation script
|
| // during translation.
|
|
|