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

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

Issue 870163002: Move networking_private to src/extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix GN 2 Created 5 years, 10 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
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 // This features file defines extension APIs implemented under src/chrome. 5 // This features file defines extension APIs implemented under src/chrome.
6 // See extensions/common/features/* to understand this file, in particular 6 // See extensions/common/features/* to understand this file, in particular
7 // feature.h, simple_feature.h, and base_feature_provider.h. 7 // feature.h, simple_feature.h, and base_feature_provider.h.
8 // 8 //
9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context 9 // Note that specifying "web_page", "blessed_web_page", or "all" as a context
10 // type will require manually updating chrome/renderer/resources/dispatcher.cc. 10 // type will require manually updating chrome/renderer/resources/dispatcher.cc.
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 "mimeHandlerViewGuestInternal": { 532 "mimeHandlerViewGuestInternal": {
533 "internal": true, 533 "internal": true,
534 "contexts": "all", 534 "contexts": "all",
535 "channel": "dev", 535 "channel": "dev",
536 "matches": ["<all_urls>"] 536 "matches": ["<all_urls>"]
537 }, 537 },
538 "musicManagerPrivate": { 538 "musicManagerPrivate": {
539 "dependencies": ["permission:musicManagerPrivate"], 539 "dependencies": ["permission:musicManagerPrivate"],
540 "contexts": ["blessed_extension"] 540 "contexts": ["blessed_extension"]
541 }, 541 },
542 "networkingPrivate": {
543 "dependencies": ["permission:networkingPrivate"],
544 "contexts": ["blessed_extension"]
545 },
546 "notificationProvider": { 542 "notificationProvider": {
547 "dependencies": ["permission:notificationProvider"], 543 "dependencies": ["permission:notificationProvider"],
548 "contexts": ["blessed_extension"] 544 "contexts": ["blessed_extension"]
549 }, 545 },
550 "notifications": { 546 "notifications": {
551 "dependencies": ["permission:notifications"], 547 "dependencies": ["permission:notifications"],
552 "contexts": ["blessed_extension"] 548 "contexts": ["blessed_extension"]
553 }, 549 },
554 "omnibox": { 550 "omnibox": {
555 "dependencies": ["manifest:omnibox"], 551 "dependencies": ["manifest:omnibox"],
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 "internal": true, 702 "internal": true,
707 "channel": "stable", 703 "channel": "stable",
708 "dependencies": ["permission:webview"], 704 "dependencies": ["permission:webview"],
709 "contexts": ["blessed_extension"] 705 "contexts": ["blessed_extension"]
710 }, 706 },
711 "windows": { 707 "windows": {
712 "dependencies": ["api:tabs"], 708 "dependencies": ["api:tabs"],
713 "contexts": ["blessed_extension"] 709 "contexts": ["blessed_extension"]
714 } 710 }
715 } 711 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698