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

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

Issue 23437015: Initial chrome.mdns API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Disable test for WinDbg Created 7 years, 3 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 | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | 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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev 421 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev
422 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 422 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
423 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 423 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
424 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now 424 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
425 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP 425 "khopmbdjffemhegeeobelklnbglcdgfh", // RU-NTP
426 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development 426 "mlocfejafidcakdddnndjdngfmncfbeg", // CCD Development
427 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing 427 "ganomidahfnpdchomfgdoppjmmedlhia", // CCD Testing
428 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release 428 "eemlkeanncmjljgehlbplemhmdmalhdc" // CCD Release
429 ] 429 ]
430 }, 430 },
431 "mdns": {
432 "channel": "stable",
433 "extension_types": ["extension"],
434 "whitelist": [
435 "enhhojjnijigcajfphajepfemndkmdlo", // Dev
436 "pkedcjkdefgpdelpbcmbmeomcjbeemfm", // Trusted Tester
437 "fmfcbgogabcbclcofgocippekhfcmgfj", // Staging
438 "hfaagokkkhdbgiakmmlclaapfelnkoah", // Canary
439 "F155646B5D1CA545F7E1E4E20D573DFDD44C2540", // Trusted Tester (public)
440 "16CA7A47AAE4BE49B1E75A6B960C3875E945B264" // Release
441 ]
442 },
431 "musicManagerPrivate": { 443 "musicManagerPrivate": {
432 "channel": "stable", 444 "channel": "stable",
433 "extension_types": ["platform_app"], 445 "extension_types": ["platform_app"],
434 "whitelist": [ 446 "whitelist": [
435 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager 447 "4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C", // Music Manager
436 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test 448 "B8F61FD1B25DE03706DBB8906A73261E4DBB992A", // Test
437 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA" 449 "F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA"
438 ] 450 ]
439 }, 451 },
440 "nativeMessaging": { 452 "nativeMessaging": {
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 }, 710 },
699 "webRequestBlocking": { 711 "webRequestBlocking": {
700 "channel": "stable", 712 "channel": "stable",
701 "extension_types": ["extension", "legacy_packaged_app"] 713 "extension_types": ["extension", "legacy_packaged_app"]
702 }, 714 },
703 "webview": { 715 "webview": {
704 "channel": "stable", 716 "channel": "stable",
705 "extension_types": ["platform_app"] 717 "extension_types": ["platform_app"]
706 } 718 }
707 } 719 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/_api_features.json ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698