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

Side by Side Diff: chrome/common/extensions/api/_api_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/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('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 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 }, 344 },
345 "mediaPlayerPrivate": { 345 "mediaPlayerPrivate": {
346 "platform": "chromeos", 346 "platform": "chromeos",
347 "dependencies": ["permission:mediaPlayerPrivate"], 347 "dependencies": ["permission:mediaPlayerPrivate"],
348 "contexts": ["blessed_extension"] 348 "contexts": ["blessed_extension"]
349 }, 349 },
350 "metricsPrivate": { 350 "metricsPrivate": {
351 "dependencies": ["permission:metricsPrivate"], 351 "dependencies": ["permission:metricsPrivate"],
352 "contexts": ["blessed_extension"] 352 "contexts": ["blessed_extension"]
353 }, 353 },
354 "mdns": {
355 "dependencies": ["permission:mdns"],
356 "contexts": ["blessed_extension"]
357 },
354 "musicManagerPrivate": { 358 "musicManagerPrivate": {
355 "dependencies": ["permission:musicManagerPrivate"], 359 "dependencies": ["permission:musicManagerPrivate"],
356 "contexts": ["blessed_extension"] 360 "contexts": ["blessed_extension"]
357 }, 361 },
358 "networkingPrivate": { 362 "networkingPrivate": {
359 "platform": "chromeos", 363 "platform": "chromeos",
360 "dependencies": ["permission:networkingPrivate"], 364 "dependencies": ["permission:networkingPrivate"],
361 "contexts": ["blessed_extension"] 365 "contexts": ["blessed_extension"]
362 }, 366 },
363 "notifications": { 367 "notifications": {
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 "webview": { 605 "webview": {
602 "internal": true, 606 "internal": true,
603 "dependencies": ["permission:webview"], 607 "dependencies": ["permission:webview"],
604 "contexts": ["blessed_extension"] 608 "contexts": ["blessed_extension"]
605 }, 609 },
606 "windows": { 610 "windows": {
607 "dependencies": ["api:tabs"], 611 "dependencies": ["api:tabs"],
608 "contexts": ["blessed_extension"] 612 "contexts": ["blessed_extension"]
609 } 613 }
610 } 614 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698