diff options
author | cbiffle@google.com <cbiffle@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 18:30:40 +0000 |
---|---|---|
committer | cbiffle@google.com <cbiffle@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 18:30:40 +0000 |
commit | bf12c2989d79778692fba3fc2c6a9eec0c7ef304 (patch) | |
tree | 65e7ae3fdbfb39b637e0e5860506f3b14b7a36fd /chrome/test | |
parent | 22339b123c68805c7c293c67f6f47ea45f0fd1a1 (diff) | |
download | chromium_src-bf12c2989d79778692fba3fc2c6a9eec0c7ef304.zip chromium_src-bf12c2989d79778692fba3fc2c6a9eec0c7ef304.tar.gz chromium_src-bf12c2989d79778692fba3fc2c6a9eec0c7ef304.tar.bz2 |
Renamed the native_client permission to nativeClient, for consistency with the other permissions.
BUG=52753
TEST= nacl_enabled permissions test
Review URL: http://codereview.chromium.org/3181043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57708 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/extensions/api_test/permissions/nacl_enabled/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/extensions/api_test/permissions/nacl_enabled/manifest.json b/chrome/test/data/extensions/api_test/permissions/nacl_enabled/manifest.json index c37d815..c2c7c82 100644 --- a/chrome/test/data/extensions/api_test/permissions/nacl_enabled/manifest.json +++ b/chrome/test/data/extensions/api_test/permissions/nacl_enabled/manifest.json @@ -3,5 +3,5 @@ "description": "nacl permission enabled extension", "version": "0.1", "background_page": "background.html", - "permissions": [ "native_client" ] + "permissions": [ "nativeClient" ] } |