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

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

Issue 17210002: Connectivity Diagnostics API: chrome.diagnostics.sendPacket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes Created 7 years, 6 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
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "extension_types": ["extension", "packaged_app"] 128 "extension_types": ["extension", "packaged_app"]
129 }, 129 },
130 "contextMenus": { 130 "contextMenus": {
131 "channel": "stable", 131 "channel": "stable",
132 "extension_types": ["extension", "packaged_app", "platform_app"] 132 "extension_types": ["extension", "packaged_app", "platform_app"]
133 }, 133 },
134 "cookies": { 134 "cookies": {
135 "channel": "stable", 135 "channel": "stable",
136 "extension_types": ["extension", "packaged_app"] 136 "extension_types": ["extension", "packaged_app"]
137 }, 137 },
138 "diagnosticsPrivate": {
139 "channel": "stable",
140 "extension_types": ["platform_app"],
141 "whitelist": [
142 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development
143 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing
144 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release
145 ]
146 },
138 "debugger": { 147 "debugger": {
139 "channel": "stable", 148 "channel": "stable",
140 "extension_types": ["extension", "packaged_app"] 149 "extension_types": ["extension", "packaged_app"]
141 }, 150 },
142 "developerPrivate": { 151 "developerPrivate": {
143 "channel": "dev", 152 "channel": "dev",
144 "extension_types": ["platform_app"], 153 "extension_types": ["platform_app"],
145 "whitelist": [ 154 "whitelist": [
146 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger 155 "lphgohfeebnhcpiohjndkgbhhkoapkjc", // Apps Debugger
147 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old. 156 "gonnpeheodhmhdjiimoiheniambmdcco", // Apps Editor old.
(...skipping 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 }, 630 },
622 "webRequestBlocking": { 631 "webRequestBlocking": {
623 "channel": "stable", 632 "channel": "stable",
624 "extension_types": ["extension", "packaged_app"] 633 "extension_types": ["extension", "packaged_app"]
625 }, 634 },
626 "webview": { 635 "webview": {
627 "channel": "stable", 636 "channel": "stable",
628 "extension_types": ["platform_app"] 637 "extension_types": ["platform_app"]
629 } 638 }
630 } 639 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698