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

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

Issue 363993003: Move chrome.power API from chrome/ to extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix quotes in gn file Created 6 years, 5 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
« no previous file with comments | « chrome/chrome_tests_unit.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 // 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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 }, 562 },
563 "pageCapture": { 563 "pageCapture": {
564 "dependencies": ["permission:pageCapture"], 564 "dependencies": ["permission:pageCapture"],
565 "contexts": ["blessed_extension"] 565 "contexts": ["blessed_extension"]
566 }, 566 },
567 "permissions": { 567 "permissions": {
568 "channel": "stable", 568 "channel": "stable",
569 "extension_types": ["extension", "legacy_packaged_app", "platform_app"], 569 "extension_types": ["extension", "legacy_packaged_app", "platform_app"],
570 "contexts": ["blessed_extension"] 570 "contexts": ["blessed_extension"]
571 }, 571 },
572 "power": {
573 "dependencies": ["permission:power"],
574 "contexts": ["blessed_extension"]
575 },
576 "preferencesPrivate": { 572 "preferencesPrivate": {
577 "dependencies": ["permission:preferencesPrivate"], 573 "dependencies": ["permission:preferencesPrivate"],
578 "contexts": ["blessed_extension"] 574 "contexts": ["blessed_extension"]
579 }, 575 },
580 "principalsPrivate": { 576 "principalsPrivate": {
581 "dependencies": ["permission:principalsPrivate"], 577 "dependencies": ["permission:principalsPrivate"],
582 "contexts": ["blessed_extension"] 578 "contexts": ["blessed_extension"]
583 }, 579 },
584 "privacy": { 580 "privacy": {
585 "dependencies": ["permission:privacy"], 581 "dependencies": ["permission:privacy"],
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 "internal": true, 750 "internal": true,
755 "channel": "stable", 751 "channel": "stable",
756 "dependencies": ["permission:webview"], 752 "dependencies": ["permission:webview"],
757 "contexts": ["blessed_extension"] 753 "contexts": ["blessed_extension"]
758 }, 754 },
759 "windows": { 755 "windows": {
760 "dependencies": ["api:tabs"], 756 "dependencies": ["api:tabs"],
761 "contexts": ["blessed_extension"] 757 "contexts": ["blessed_extension"]
762 } 758 }
763 } 759 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698