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

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

Issue 13180002: Adding metrics for notification clicks and dismissals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Using Unix line endings for chromeactions.txt Created 7 years, 8 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 }, 245 },
246 "mediaPlayerPrivate": { 246 "mediaPlayerPrivate": {
247 "channel": "stable", 247 "channel": "stable",
248 "extension_types": ["extension", "packaged_app"], 248 "extension_types": ["extension", "packaged_app"],
249 "location": "component" 249 "location": "component"
250 }, 250 },
251 "metricsPrivate": { 251 "metricsPrivate": {
252 "channel": "stable", 252 "channel": "stable",
253 "extension_types": ["extension", "packaged_app", "platform_app"], 253 "extension_types": ["extension", "packaged_app", "platform_app"],
254 "whitelist": [ 254 "whitelist": [
255 // The file manager is a component extension, and it can currently use 255 // The file manager and Google Now are component extensions, and they can
256 // whitelisted interfaces without being on the corresponding whitelist. 256 // currently use whitelisted interfaces without being on the corresponding
257 // Adding it to this whitelist documents its dependency, however, and also 257 // whitelist.
258 // doesn't hurt anything. 258 // Adding it to this whitelist documents their dependency, however, and
259 // also doesn't hurt anything.
259 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager 260 "hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
260 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice 261 "gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
261 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev 262 "ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev
262 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension 263 "bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
263 "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor 264 "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
265 "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
266 "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev
264 ] 267 ]
265 }, 268 },
266 "nativeMessaging": [ 269 "nativeMessaging": [
267 { 270 {
268 "channel": "beta", 271 "channel": "beta",
269 "extension_types": [ 272 "extension_types": [
270 "extension", "packaged_app", "platform_app" 273 "extension", "packaged_app", "platform_app"
271 ] 274 ]
272 }, 275 },
273 { 276 {
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 }, 493 },
491 "webRequestBlocking": { 494 "webRequestBlocking": {
492 "channel": "stable", 495 "channel": "stable",
493 "extension_types": ["extension", "packaged_app"] 496 "extension_types": ["extension", "packaged_app"]
494 }, 497 },
495 "webview": { 498 "webview": {
496 "channel": "stable", 499 "channel": "stable",
497 "extension_types": ["platform_app"] 500 "extension_types": ["platform_app"]
498 } 501 }
499 } 502 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698