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

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

Issue 23439012: Make developerPrivate API available in stable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 2 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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activeTab": { 9 "activeTab": {
10 "channel": "stable", 10 "channel": "stable",
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing 168 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing
169 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release 169 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release
170 ] 170 ]
171 } 171 }
172 ], 172 ],
173 "debugger": { 173 "debugger": {
174 "channel": "stable", 174 "channel": "stable",
175 "extension_types": ["extension", "legacy_packaged_app"] 175 "extension_types": ["extension", "legacy_packaged_app"]
176 }, 176 },
177 "developerPrivate": { 177 "developerPrivate": {
178 "channel": "dev", 178 "channel": "stable",
179 "extension_types": ["platform_app"], 179 "extension_types": ["platform_app"],
180 "whitelist": [ 180 "whitelist": [
181 "ohmmkhmmmpcnpikjeljgnaoabkaalbgc", // Published Apps developer tool. 181 "ohmmkhmmmpcnpikjeljgnaoabkaalbgc", // Published Apps developer tool.
182 // TODO(grv): clean up once Apps developer tool is published. 182 // TODO(grv): clean up once Apps developer tool is published.
183 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Developer tool. 183 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Developer tool.
184 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. 184 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
185 // TODO(grv) : clean up once after publish. 185 // TODO(grv) : clean up once after publish.
186 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published. 186 "cbelnpbjogfbjamhpbofhlnklecjpido" // Apps Editor published.
187 ] 187 ]
188 }, 188 },
(...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 }, 742 },
743 "webRequestBlocking": { 743 "webRequestBlocking": {
744 "channel": "stable", 744 "channel": "stable",
745 "extension_types": ["extension", "legacy_packaged_app"] 745 "extension_types": ["extension", "legacy_packaged_app"]
746 }, 746 },
747 "webview": { 747 "webview": {
748 "channel": "stable", 748 "channel": "stable",
749 "extension_types": ["platform_app"] 749 "extension_types": ["platform_app"]
750 } 750 }
751 } 751 }
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