| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 6dfe2a839db10558c8c6947df990039ac6841cc7..d91dec111d910e32d6c473cbaada089dd06a3d3f 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -92,10 +92,6 @@ extern const wchar_t kUserDataDirname[];
|
|
|
| extern const bool kRecordModeEnabled;
|
|
|
| -// 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;
|
| -
|
| // If a WebContents is impolite and displays a second JavaScript alert within
|
| // kJavaScriptMessageExpectedDelay of a previous JavaScript alert being
|
| // dismissed, display an option to suppress future alerts from this WebContents.
|
|
|