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

Unified Diff: chrome/common/extensions/api/_permission_features.json

Issue 683703002: Notify launcher page with onTransitionChanged event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@launcher_page_api_show_state_notify
Patch Set: Created 6 years, 2 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 8e109cff9349e2142a9031eb539cf79a66ec1d96..9eb8d547b6ab2410ba4d8d7c9ccabd1b20e6590f 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -577,6 +577,15 @@
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
"location": "component"
}],
+ "launcherPagePrivate" : {
+ "channel": "stable",
+ "extension_types": ["platform_app"],
+ "whitelist": [
+ "07BD6A765FFC289FF755D7CAB2893A40EC337FEC", // http://crbug.com/404000
Matt Giuca 2014/10/28 05:41:22 Is there a way to avoid duplicating this whitelist
calamity 2014/10/28 06:34:21 Done.
+ "896B85CC7E913E11C34892C1425A093C0701D386", // http://crbug.com/404000
+ "11A01C82EF355E674E4F9728A801F5C3CB40D83F" // http://crbug.com/404000
+ ]
+ },
"location": [
{
"channel": "dev",

Powered by Google App Engine
This is Rietveld 408576698