| Index: chrome/common/chrome_constants.h
|
| diff --git a/chrome/common/chrome_constants.h b/chrome/common/chrome_constants.h
|
| index 3d2fd7b586022c56277280a6beaad6a26ea6aa67..ca4bc86cd6ae089c50cd5ad436695afd4a878c77 100644
|
| --- a/chrome/common/chrome_constants.h
|
| +++ b/chrome/common/chrome_constants.h
|
| @@ -109,11 +109,6 @@ extern const wchar_t kUserDataDirname[];
|
|
|
| extern const bool kRecordModeEnabled;
|
|
|
| -// 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.
|
| -extern const int kJavaScriptMessageExpectedDelay;
|
| -
|
| // Are touch icons enabled? False by default.
|
| extern const bool kEnableTouchIcon;
|
|
|
|
|