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

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: Rebase 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
kcarattini 2015/03/17 00:41:13 Doesn't the 'new' hotword extension need to be lis
Anand Mistry (off Chromium) 2015/03/17 03:00:46 Done as a separate change since it's orthogonal to
kcarattini 2015/03/17 22:55:21 How was it working if it wasn't listed here in the
494 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification 492 "B6356EFF4047BC5F868C7D91868B6F5C01951A8A" // hotword_audio_verification
495 ] 493 ]
496 }, 494 },
497 "identity": { 495 "identity": {
498 "channel": "stable", 496 "channel": "stable",
499 "extension_types": ["extension", "platform_app"] 497 "extension_types": ["extension", "platform_app"]
500 }, 498 },
501 "identity.email": { 499 "identity.email": {
502 "channel": "stable", 500 "channel": "stable",
503 "extension_types": ["extension", "platform_app"] 501 "extension_types": ["extension", "platform_app"]
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 }, 962 },
965 "webstorePrivate": { 963 "webstorePrivate": {
966 "channel": "stable", 964 "channel": "stable",
967 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"], 965 "extension_types": ["extension", "legacy_packaged_app", "hosted_app"],
968 "whitelist": [ 966 "whitelist": [
969 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store 967 "B44D08FD98F1523ED5837D78D0A606EA9D6206E5", // Web Store
970 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store 968 "2653F6F6C39BC6EEBD36A09AFB92A19782FF7EB4" // Enterprise Web Store
971 ] 969 ]
972 } 970 }
973 } 971 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698