diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 19:56:11 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-22 19:56:11 +0000 |
commit | 24f4035eb84f25a51bf7ed6696671c99bf89bb25 (patch) | |
tree | f981c80bf13fda9885a13c6cee94de3ed93f76dd | |
parent | e2fc3d25fe020a7e7518af1aea31085adc1002a1 (diff) | |
download | chromium_src-24f4035eb84f25a51bf7ed6696671c99bf89bb25.zip chromium_src-24f4035eb84f25a51bf7ed6696671c99bf89bb25.tar.gz chromium_src-24f4035eb84f25a51bf7ed6696671c99bf89bb25.tar.bz2 |
Enable scripting.
Review URL: http://codereview.chromium.org/209023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26845 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/app-Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/app-Info.plist b/chrome/app/app-Info.plist index 5390a70..4dc9ca5 100644 --- a/chrome/app/app-Info.plist +++ b/chrome/app/app-Info.plist @@ -150,6 +150,8 @@ <string>APPL</string> <key>CFBundleSignature</key> <string>${CHROMIUM_CREATOR}</string> + <key>NSAppleScriptEnabled</key> + <true/> <key>CFBundleURLTypes</key> <array> <dict> |