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

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

Issue 992173002: Delete the old hotwording integration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hotword-remove-disable-option
Patch Set: Move old extension ID constant. Created 5 years, 9 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 permissions for extension APIs implemented 5 // This features file defines permissions for extension APIs implemented
6 // under src/chrome. 6 // under src/chrome.
7 // See extensions/common/features/* to understand this file, in particular 7 // See extensions/common/features/* to understand this file, in particular
8 // feature.h, simple_feature.h, and base_feature_provider.h. 8 // feature.h, simple_feature.h, and base_feature_provider.h.
9 9
10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 10 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
(...skipping 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 ] 482 ]
483 }, 483 },
484 "history": { 484 "history": {
485 "channel": "stable", 485 "channel": "stable",
486 "extension_types": ["extension", "legacy_packaged_app"] 486 "extension_types": ["extension", "legacy_packaged_app"]
487 }, 487 },
488 "hotwordPrivate": { 488 "hotwordPrivate": {
489 "channel": "stable", 489 "channel": "stable",
490 "extension_types": ["extension", "platform_app"], 490 "extension_types": ["extension", "platform_app"],
491 "whitelist": [ 491 "whitelist": [
492 "8CE39F175D076AD6BDF7CBF418F2409558B367E3", // hotword_helper
493 "09FDCB5851B8F3378DB630D06E316076E89C95A6", // hotword nacl
494 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // hotword component 492 "62CCAAD339E6451BBF97C4BBDF758E934A05AD0B", // hotword component
495 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification 493 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification
496 ] 494 ]
497 }, 495 },
498 "identity": { 496 "identity": {
499 "channel": "stable", 497 "channel": "stable",
500 "extension_types": ["extension", "platform_app"] 498 "extension_types": ["extension", "platform_app"]
501 }, 499 },
502 "identity.email": { 500 "identity.email": {
503 "channel": "stable", 501 "channel": "stable",
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
965 }, 963 },
966 "webstorePrivate": { 964 "webstorePrivate": {
967 "channel": "stable", 965 "channel": "stable",
968 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 966 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
969 "whitelist": [ 967 "whitelist": [
970 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 968 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
971 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store 969 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store
972 ] 970 ]
973 } 971 }
974 } 972 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698