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

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

Issue 17111003: Implement the feedbackPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 "inmdanhiiibfpdlljnjjbchhjgelojnn", // Dogfood 197 "inmdanhiiibfpdlljnjjbchhjgelojnn", // Dogfood
198 "cbpmgnfekbgbgpkmokfppmldaccjcbnb" // Test 198 "cbpmgnfekbgbgpkmokfppmldaccjcbnb" // Test
199 ] 199 ]
200 }, 200 },
201 "experimental": { 201 "experimental": {
202 "channel": "stable", 202 "channel": "stable",
203 "extension_types": [ 203 "extension_types": [
204 "extension", "packaged_app", "hosted_app", "platform_app" 204 "extension", "packaged_app", "hosted_app", "platform_app"
205 ] 205 ]
206 }, 206 },
207 "feedbackPrivate": {
208 "channel": "stable",
209 "extension_types": ["extension", "platform_app"],
210 "whitelist": [
211 "gfdkimpbcpahaombhbimeihdjnejgicl" // Feedback UI.
asargent_no_longer_on_chrome 2013/06/17 20:50:14 In case you need it (probably not in this case, bu
rkc 2013/06/17 21:48:19 No real reason not to use the hash instead. Done.
212 ]
213 },
207 "fileBrowserHandler": { 214 "fileBrowserHandler": {
208 "channel": "stable", 215 "channel": "stable",
209 "extension_types": ["extension", "packaged_app", "platform_app"] 216 "extension_types": ["extension", "packaged_app", "platform_app"]
210 }, 217 },
211 "fileBrowserPrivate": { 218 "fileBrowserPrivate": {
212 "channel": "stable", 219 "channel": "stable",
213 "extension_types": ["extension", "packaged_app"], 220 "extension_types": ["extension", "packaged_app"],
214 "location": "component" 221 "location": "component"
215 }, 222 },
216 "fileSystem": [{ 223 "fileSystem": [{
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 }, 628 },
622 "webRequestBlocking": { 629 "webRequestBlocking": {
623 "channel": "stable", 630 "channel": "stable",
624 "extension_types": ["extension", "packaged_app"] 631 "extension_types": ["extension", "packaged_app"]
625 }, 632 },
626 "webview": { 633 "webview": {
627 "channel": "stable", 634 "channel": "stable",
628 "extension_types": ["platform_app"] 635 "extension_types": ["platform_app"]
629 } 636 }
630 } 637 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698