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

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

Issue 338473003: Remove media_galleries_handlers - not used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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_common.gypi ('k') | chrome/common/extensions/api/media_galleries_private.idl » ('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 manifest keys implemented under src/chrome. 5 // This features file defines manifest keys 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 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash: 9 // To add a new whitelisted ID, SHA-1 it and force it to uppercase. In Bash:
10 // 10 //
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 "extension_types": ["extension", "legacy_packaged_app"] 218 "extension_types": ["extension", "legacy_packaged_app"]
219 }, 219 },
220 "key": { 220 "key": {
221 "channel": "stable", 221 "channel": "stable",
222 "extension_types": "all" 222 "extension_types": "all"
223 }, 223 },
224 "manifest_version": { 224 "manifest_version": {
225 "channel": "stable", 225 "channel": "stable",
226 "extension_types": "all" 226 "extension_types": "all"
227 }, 227 },
228 "media_galleries_handlers": {
229 "channel": "dev",
230 "extension_types": ["platform_app"]
231 },
232 "mime_types": { 228 "mime_types": {
233 "channel": "stable", 229 "channel": "stable",
234 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ], 230 "extension_types": [ "extension", "legacy_packaged_app", "platform_app" ],
235 "whitelist": [ 231 "whitelist": [
236 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests 232 "oickdpebdnfbgkcaoklfcdhjniefkcji", // browser_tests
237 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice 233 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // QuickOffice
238 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev 234 "ionpfmkccalenbmnddpbmocokhaknphg", // QuickOffice Dev
239 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 235 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
240 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor 236 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
241 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF 237 "mhjfbmdgcfjbbpaeojofohoefgiehjai" // PDF
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 }, 385 },
390 "url_handlers": { 386 "url_handlers": {
391 "channel": "stable", 387 "channel": "stable",
392 "extension_types": ["platform_app"] 388 "extension_types": ["platform_app"]
393 }, 389 },
394 "version": { 390 "version": {
395 "channel": "stable", 391 "channel": "stable",
396 "extension_types": "all" 392 "extension_types": "all"
397 } 393 }
398 } 394 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/extensions/api/media_galleries_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698