| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index f7700987153597dc371a60d6e8f33b2c5c1d95ee..99bc0330ffaf6069869420eaee74829419e213a5 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -93,10 +93,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.
|
|
|