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

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: 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 }, 412 },
413 "echoPrivate": { 413 "echoPrivate": {
414 "channel": "stable", 414 "channel": "stable",
415 "extension_types": ["extension", "packaged_app"], 415 "extension_types": ["extension", "packaged_app"],
416 "location": "component" 416 "location": "component"
417 }, 417 },
418 "pageCapture": { 418 "pageCapture": {
419 "channel": "stable", 419 "channel": "stable",
420 "extension_types": ["extension", "packaged_app"] 420 "extension_types": ["extension", "packaged_app"]
421 }, 421 },
422 "pingPrivate": {
423 "channel": "stable",
424 "extension_types": ["platform_app"]
425 },
xiaowenx 2013/06/17 05:26:41 Add in the whitelist for the connectivity debugger
Bei Zhang 2013/06/17 07:30:54 Done.
422 "pointerLock": { 426 "pointerLock": {
423 "channel": "stable", 427 "channel": "stable",
424 "extension_types": ["platform_app"] 428 "extension_types": ["platform_app"]
425 }, 429 },
426 "plugin": { 430 "plugin": {
427 "channel": "stable", 431 "channel": "stable",
428 "extension_types": ["extension", "packaged_app"] 432 "extension_types": ["extension", "packaged_app"]
429 }, 433 },
430 "power": { 434 "power": {
431 "channel": "stable", 435 "channel": "stable",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 }, 625 },
622 "webRequestBlocking": { 626 "webRequestBlocking": {
623 "channel": "stable", 627 "channel": "stable",
624 "extension_types": ["extension", "packaged_app"] 628 "extension_types": ["extension", "packaged_app"]
625 }, 629 },
626 "webview": { 630 "webview": {
627 "channel": "stable", 631 "channel": "stable",
628 "extension_types": ["platform_app"] 632 "extension_types": ["platform_app"]
629 } 633 }
630 } 634 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698