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

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

Issue 18341016: Add types.private.ChromeDirectSetting and Connect it to preferencesPrivate.googleGeolocationAccessE… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
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 // See c/c/e/features/* to understand this file, in particular feature.h, 5 // See c/c/e/features/* to understand this file, in particular feature.h,
6 // simple_feature.h, and base_feature_provider.h. 6 // simple_feature.h, and base_feature_provider.h.
7 7
8 { 8 {
9 "activityLogPrivate": { 9 "activityLogPrivate": {
10 "dependencies": ["permission:activityLogPrivate"], 10 "dependencies": ["permission:activityLogPrivate"],
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 }, 501 },
502 "ttsEngine": { 502 "ttsEngine": {
503 "dependencies": ["permission:ttsEngine"], 503 "dependencies": ["permission:ttsEngine"],
504 "contexts": ["blessed_extension"] 504 "contexts": ["blessed_extension"]
505 }, 505 },
506 "types": { 506 "types": {
507 "channel": "stable", 507 "channel": "stable",
508 "extension_types": ["extension", "packaged_app", "platform_app"], 508 "extension_types": ["extension", "packaged_app", "platform_app"],
509 "contexts": ["blessed_extension"] 509 "contexts": ["blessed_extension"]
510 }, 510 },
511 "types.private": {
512 "channel": "dev",
513 "extension_types": ["extension"],
514 "location": "component"
515 },
511 "usb": { 516 "usb": {
512 "dependencies": ["permission:usb"], 517 "dependencies": ["permission:usb"],
513 "contexts": ["blessed_extension"] 518 "contexts": ["blessed_extension"]
514 }, 519 },
515 "wallpaperPrivate": { 520 "wallpaperPrivate": {
516 "platform": "chromeos", 521 "platform": "chromeos",
517 "dependencies": ["permission:wallpaperPrivate"], 522 "dependencies": ["permission:wallpaperPrivate"],
518 "contexts": ["blessed_extension"] 523 "contexts": ["blessed_extension"]
519 }, 524 },
520 "webNavigation": { 525 "webNavigation": {
(...skipping 27 matching lines...) Expand all
548 }, 553 },
549 "webview": { 554 "webview": {
550 "dependencies": ["permission:webview"], 555 "dependencies": ["permission:webview"],
551 "contexts": ["blessed_extension"] 556 "contexts": ["blessed_extension"]
552 }, 557 },
553 "windows": { 558 "windows": {
554 "dependencies": ["permission:tabs"], 559 "dependencies": ["permission:tabs"],
555 "contexts": ["blessed_extension"] 560 "contexts": ["blessed_extension"]
556 } 561 }
557 } 562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698