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

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

Issue 419713002: Support permission_broker for chrome.hid devices. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix hid in app_shell after its move to //extensions 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
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 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 "whitelist": [ 430 "whitelist": [
431 // http://crbug.com/309737 431 // http://crbug.com/309737
432 "nckgahadagoaajjgafhacjanaoiihapd", 432 "nckgahadagoaajjgafhacjanaoiihapd",
433 "ljclpkphhpbpinifbeabbhlfddcpfdde", 433 "ljclpkphhpbpinifbeabbhlfddcpfdde",
434 "ppleadejekpmccmnpjdimmlfljlkdfej", 434 "ppleadejekpmccmnpjdimmlfljlkdfej",
435 "eggnbpckecmjlblplehfpjjdhhidfdoj", 435 "eggnbpckecmjlblplehfpjjdhhidfdoj",
436 "jfjjdfefebklmdbmenmlehlopoocnoeh", 436 "jfjjdfefebklmdbmenmlehlopoocnoeh",
437 "knipolnnllmklapflnccelgolnpehhpl" 437 "knipolnnllmklapflnccelgolnpehhpl"
438 ] 438 ]
439 }, 439 },
440 "hid": {
441 "dependencies": ["permission:hid"],
442 "contexts": ["blessed_extension"]
443 },
444 "history": { 440 "history": {
445 "dependencies": ["permission:history"], 441 "dependencies": ["permission:history"],
446 "contexts": ["blessed_extension"] 442 "contexts": ["blessed_extension"]
447 }, 443 },
448 "hotwordPrivate": { 444 "hotwordPrivate": {
449 "dependencies": ["permission:hotwordPrivate"], 445 "dependencies": ["permission:hotwordPrivate"],
450 "contexts": ["blessed_extension"] 446 "contexts": ["blessed_extension"]
451 }, 447 },
452 "i18n": { 448 "i18n": {
453 "channel": "stable", 449 "channel": "stable",
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
770 "internal": true, 766 "internal": true,
771 "channel": "stable", 767 "channel": "stable",
772 "dependencies": ["permission:webview"], 768 "dependencies": ["permission:webview"],
773 "contexts": ["blessed_extension"] 769 "contexts": ["blessed_extension"]
774 }, 770 },
775 "windows": { 771 "windows": {
776 "dependencies": ["api:tabs"], 772 "dependencies": ["api:tabs"],
777 "contexts": ["blessed_extension"] 773 "contexts": ["blessed_extension"]
778 } 774 }
779 } 775 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/chrome_extensions_api_client.cc ('k') | chrome/common/extensions/api/_permission_features.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698