diff options
author | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-07 15:39:43 +0000 |
---|---|---|
committer | pinkerton@google.com <pinkerton@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-07 15:39:43 +0000 |
commit | 3f99285232930c6151ba5edac7349694e5535fcb (patch) | |
tree | 05f1392ab21fa18626acfe57779955b73b03a255 /webkit/tools | |
parent | ba2b9f3b493b0fd85ed13a04a4732edb3286ae15 (diff) | |
download | chromium_src-3f99285232930c6151ba5edac7349694e5535fcb.zip chromium_src-3f99285232930c6151ba5edac7349694e5535fcb.tar.gz chromium_src-3f99285232930c6151ba5edac7349694e5535fcb.tar.bz2 |
Change app identifier to use "org.chromium" instead of "com.google".
Review URL: http://codereview.chromium.org/16575
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7661 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r-- | webkit/tools/test_shell/mac/Info.plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/mac/Info.plist b/webkit/tools/test_shell/mac/Info.plist index 7747ba0..4247e40 100644 --- a/webkit/tools/test_shell/mac/Info.plist +++ b/webkit/tools/test_shell/mac/Info.plist @@ -9,7 +9,7 @@ <key>CFBundleIconFile</key> <string></string> <key>CFBundleIdentifier</key> - <string>com.google.TestShell</string> + <string>org.chromium.TestShell</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundleName</key> |