diff options
author | courage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 07:59:16 +0000 |
---|---|---|
committer | courage@chromium.org <courage@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-24 07:59:16 +0000 |
commit | 7e6c77b1b88b56d7af6f7f1b40fea356fe00569f (patch) | |
tree | 33fb0c2c144af2220609bc9c6ee96fbc5c435013 /chrome/common | |
parent | 34e4b51c367c86330f011d1803a1c9c0338d4f33 (diff) | |
download | chromium_src-7e6c77b1b88b56d7af6f7f1b40fea356fe00569f.zip chromium_src-7e6c77b1b88b56d7af6f7f1b40fea356fe00569f.tar.gz chromium_src-7e6c77b1b88b56d7af6f7f1b40fea356fe00569f.tar.bz2 |
Identity API: enable chrome.identity in dev channel
chrome.identity is replacing chrome.experimental.identity. The
experimental version will be deleted as soon as some legacy users
switch to chrome.identity.
BUG=124493
Review URL: https://chromiumcodereview.appspot.com/15904006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/extensions/api/_permission_features.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json index 1222bb5..b80d05a 100644 --- a/chrome/common/extensions/api/_permission_features.json +++ b/chrome/common/extensions/api/_permission_features.json @@ -176,7 +176,7 @@ ] }, "identity": { - "channel": "trunk", + "channel": "dev", "extension_types": ["extension", "platform_app"] }, "enterprise.platformKeysPrivate": { |