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/common | |
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/common')
-rw-r--r-- | chrome/common/extensions/extension.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc index a3f3fe5..4dfe74c 100644 --- a/chrome/common/extensions/extension.cc +++ b/chrome/common/extensions/extension.cc @@ -136,7 +136,7 @@ const char* Extension::kNotificationPermission = "notifications"; const char* Extension::kProxyPermission = "proxy"; const char* Extension::kTabPermission = "tabs"; const char* Extension::kUnlimitedStoragePermission = "unlimitedStorage"; -const char* Extension::kNativeClientPermission = "native_client"; +const char* Extension::kNativeClientPermission = "nativeClient"; const char* Extension::kPermissionNames[] = { Extension::kBackgroundPermission, |