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

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

Issue 15912004: Add private API to notify end of initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 7 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
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 { 5 {
6 "activeTab": { 6 "activeTab": {
7 "channel": "stable", 7 "channel": "stable",
8 "extension_types": ["extension", "packaged_app"], 8 "extension_types": ["extension", "packaged_app"],
9 "min_manifest_version": 2 9 "min_manifest_version": 2
10 }, 10 },
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 "inplies_full_url_access": true 255 "inplies_full_url_access": true
256 }, 256 },
257 "inputMethodPrivate": { 257 "inputMethodPrivate": {
258 "channel": "stable", 258 "channel": "stable",
259 "extension_types": ["extension", "packaged_app", "platform_app"], 259 "extension_types": ["extension", "packaged_app", "platform_app"],
260 "whitelist": [ 260 "whitelist": [
261 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver 261 "haiffjcadagjlijoggckpgfnoeiflnem", // Citrix Receiver
262 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta 262 "gnedhmakppccajfpfiihfcdlnpgomkcf", // Citrix Receiver Beta
263 "fjcibdnjlbfnbfdjneajpipnlcppleek", // Citrix Receiver Dev 263 "fjcibdnjlbfnbfdjneajpipnlcppleek", // Citrix Receiver Dev
264 "pnhechapfaindjhompbnflcldabbghjo", // HTerm 264 "pnhechapfaindjhompbnflcldabbghjo", // HTerm
265 "okddffdblfhhnmhodogpojmfkjmhinfp" // HTerm dev 265 "okddffdblfhhnmhodogpojmfkjmhinfp", // HTerm dev
266 "fpfbhcjppmaeaijcidgiibchfbnhbelj" // Google Japanese Input
266 ] 267 ]
267 }, 268 },
268 "location": [ 269 "location": [
269 { 270 {
270 "channel": "dev", 271 "channel": "dev",
271 "extension_types": [ 272 "extension_types": [
272 "extension", "packaged_app", "hosted_app", "platform_app" 273 "extension", "packaged_app", "hosted_app", "platform_app"
273 ] 274 ]
274 }, 275 },
275 { 276 {
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 }, 576 },
576 "webRequestBlocking": { 577 "webRequestBlocking": {
577 "channel": "stable", 578 "channel": "stable",
578 "extension_types": ["extension", "packaged_app"] 579 "extension_types": ["extension", "packaged_app"]
579 }, 580 },
580 "webview": { 581 "webview": {
581 "channel": "stable", 582 "channel": "stable",
582 "extension_types": ["platform_app"] 583 "extension_types": ["platform_app"]
583 } 584 }
584 } 585 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extension_function_histogram_value.h ('k') | chrome/common/extensions/api/input_method_private.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698