| Index: chrome/browser/ui/cocoa/applescript/error_applescript.h
|
| diff --git a/chrome/browser/ui/cocoa/applescript/error_applescript.h b/chrome/browser/ui/cocoa/applescript/error_applescript.h
|
| index 2b91a2c319b86ad6527c2bd8dd611b94bd44be3e..e9521a41b6f8137f33be32f27fa0ec9b833cac45 100644
|
| --- a/chrome/browser/ui/cocoa/applescript/error_applescript.h
|
| +++ b/chrome/browser/ui/cocoa/applescript/error_applescript.h
|
| @@ -31,7 +31,9 @@ enum ErrorCode {
|
| // Error when mode is set after browser window is created.
|
| errSetMode,
|
| // Error when index of browser window is out of bounds.
|
| - errWrongIndex
|
| + errWrongIndex,
|
| + // Error when JavaScript execution is disabled.
|
| + errJavaScriptUnsupported
|
| };
|
|
|
| // This function sets an error message to the currently executing command.
|
|
|