Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(139)

Side by Side Diff: chrome/common/extensions/api/_permission_features.json

Issue 15904006: Identity API: enable chrome.identity in dev channel (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "extension_types": ["extension"], 169 "extension_types": ["extension"],
170 "whitelist": [ 170 "whitelist": [
171 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester 171 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
172 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging 172 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
173 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary 173 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
174 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public) 174 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
175 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release 175 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
176 ] 176 ]
177 }, 177 },
178 "identity": { 178 "identity": {
179 "channel": "trunk", 179 "channel": "dev",
180 "extension_types": ["extension", "platform_app"] 180 "extension_types": ["extension", "platform_app"]
181 }, 181 },
182 "enterprise.platformKeysPrivate": { 182 "enterprise.platformKeysPrivate": {
183 "channel": "dev", 183 "channel": "dev",
184 "extension_types": ["extension", "packaged_app"], 184 "extension_types": ["extension", "packaged_app"],
185 "whitelist": [ 185 "whitelist": [
186 ] 186 ]
187 }, 187 },
188 "experimental": { 188 "experimental": {
189 "channel": "stable", 189 "channel": "stable",
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 }, 571 },
572 "webRequestBlocking": { 572 "webRequestBlocking": {
573 "channel": "stable", 573 "channel": "stable",
574 "extension_types": ["extension", "packaged_app"] 574 "extension_types": ["extension", "packaged_app"]
575 }, 575 },
576 "webview": { 576 "webview": {
577 "channel": "stable", 577 "channel": "stable",
578 "extension_types": ["platform_app"] 578 "extension_types": ["platform_app"]
579 } 579 }
580 } 580 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698