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

Unified 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: Reviews Created 7 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 side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/api/_permission_features.json
diff --git a/chrome/common/extensions/api/_permission_features.json b/chrome/common/extensions/api/_permission_features.json
index d51f5ffe933b567ce92524051d2c0f5353bc6b2e..6f46b8c179ebdcc771d068fa14e9ed09485aa5a4 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -252,15 +252,18 @@
"channel": "stable",
"extension_types": ["extension", "packaged_app", "platform_app"],
"whitelist": [
- // The file manager is a component extension, and it can currently use
- // whitelisted interfaces without being on the corresponding whitelist.
- // Adding it to this whitelist documents its dependency, however, and also
- // doesn't hurt anything.
+ // The file manager and Google Now are component extensions, and they can
+ // currently use whitelisted interfaces without being on the corresponding
+ // whitelist.
+ // Adding it to this whitelist documents their dependency, however, and
+ // also doesn't hurt anything.
"hhaomjibdihmijegdhdafkllkbggdgoj", // File manager
"gbkeegbaiigmenfmjfclcdgdpimamgkj", // Quickoffice
"ionpfmkccalenbmnddpbmocokhaknphg", // Quickoffice dev
"bpmcpldpdmajfigpchkicefoigmkfalc", // Quickoffice component extension
- "ehibbfinohgbchlgdbfpikodjaojhccn" // Editor
+ "ehibbfinohgbchlgdbfpikodjaojhccn", // Editor
+ "pmofbkohncoogjjhahejjfbppikbjigm", // Google Now
+ "iejldcgjigodajhjecapkeiggcncflph" // Google Now dev
]
},
"nativeMessaging": [

Powered by Google App Engine
This is Rietveld 408576698