diff options
Diffstat (limited to 'chrome/common/chrome_constants.h')
-rw-r--r-- | chrome/common/chrome_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h index a1efdbf..84d6052 100644 --- a/chrome/common/chrome_constants.h +++ b/chrome/common/chrome_constants.h @@ -90,6 +90,10 @@ extern const int kMaxSessionHistoryEntries; extern const wchar_t kChromiumRendererIdProperty[]; +// The language code used when the language of a page could not be detected. +// (Matches what the CLD -Compact Language Detection- library reports.) +extern const char* const kUnknownLanguageCode; + } // namespace chrome #endif // CHROME_COMMON_CHROME_CONSTANTS_H_ |