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

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

Issue 14683005: Update code editor whitelist ID for developerPrivate API. (Closed) Base URL: http://git.chromium.org/chromium/src.git@launch
Patch Set: rebase 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
« 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "extension_types": ["extension", "packaged_app"] 125 "extension_types": ["extension", "packaged_app"]
126 }, 126 },
127 "debugger": { 127 "debugger": {
128 "channel": "stable", 128 "channel": "stable",
129 "extension_types": ["extension", "packaged_app"] 129 "extension_types": ["extension", "packaged_app"]
130 }, 130 },
131 "developerPrivate": { 131 "developerPrivate": {
132 "channel": "dev", 132 "channel": "dev",
133 "extension_types": ["platform_app"], 133 "extension_types": ["platform_app"],
134 "whitelist": [ 134 "whitelist": [
135 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger 135 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger
136 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. 136 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
137 // TODO(grv) : clean up once after publish.
138 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
137 ] 139 ]
138 }, 140 },
139 "devtools": { 141 "devtools": {
140 "channel": "stable", 142 "channel": "stable",
141 "extension_types": ["extension", "packaged_app"] 143 "extension_types": ["extension", "packaged_app"]
142 }, 144 },
143 "declarativeContent": { 145 "declarativeContent": {
144 "channel": "trunk", 146 "channel": "trunk",
145 "extension_types": ["extension"] 147 "extension_types": ["extension"]
146 }, 148 },
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 }, 276 },
275 "management": [ 277 "management": [
276 { 278 {
277 "channel": "stable", 279 "channel": "stable",
278 "extension_types": ["extension", "packaged_app"] 280 "extension_types": ["extension", "packaged_app"]
279 }, 281 },
280 { 282 {
281 "channel": "stable", 283 "channel": "stable",
282 "extension_types": ["platform_app"], 284 "extension_types": ["platform_app"],
283 "whitelist": [ 285 "whitelist": [
284 "gonnpeheodhmhdjiimoiheniambmdcco" // Apps Editor. 286 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
287 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
285 ] 288 ]
286 } 289 }
287 ], 290 ],
288 "mediaGalleries": { 291 "mediaGalleries": {
289 "channel": "stable", 292 "channel": "stable",
290 "extension_types": [ "platform_app" ] 293 "extension_types": [ "platform_app" ]
291 }, 294 },
292 "mediaGalleries.allAutoDetected": { 295 "mediaGalleries.allAutoDetected": {
293 "channel": "stable", 296 "channel": "stable",
294 "extension_types": [ "platform_app" ] 297 "extension_types": [ "platform_app" ]
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 }, 564 },
562 "webRequestBlocking": { 565 "webRequestBlocking": {
563 "channel": "stable", 566 "channel": "stable",
564 "extension_types": ["extension", "packaged_app"] 567 "extension_types": ["extension", "packaged_app"]
565 }, 568 },
566 "webview": { 569 "webview": {
567 "channel": "stable", 570 "channel": "stable",
568 "extension_types": ["platform_app"] 571 "extension_types": ["platform_app"]
569 } 572 }
570 } 573 }
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