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

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: Change latency type to double 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": "dev",
424 "extension_types": ["platform_app"],
425 "whitelist": [
426 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development
427 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing
428 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release
429 ]
430 },
422 "pointerLock": { 431 "pointerLock": {
423 "channel": "stable", 432 "channel": "stable",
424 "extension_types": ["platform_app"] 433 "extension_types": ["platform_app"]
425 }, 434 },
426 "plugin": { 435 "plugin": {
427 "channel": "stable", 436 "channel": "stable",
428 "extension_types": ["extension", "packaged_app"] 437 "extension_types": ["extension", "packaged_app"]
429 }, 438 },
430 "power": { 439 "power": {
431 "channel": "stable", 440 "channel": "stable",
(...skipping 189 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