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

Unified Diff: extensions/common/api/_manifest_features.json

Issue 1329033002: Disable extension Panels on Dev and Canary, except for the whitelist (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove stray Created 5 years, 3 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: extensions/common/api/_manifest_features.json
diff --git a/extensions/common/api/_manifest_features.json b/extensions/common/api/_manifest_features.json
index d50cc4f56a6b53a6cd3c962ad9b19a7d17450e12..43b9ef9607a326b988c7d421c6f0847fb1cf4c81 100644
--- a/extensions/common/api/_manifest_features.json
+++ b/extensions/common/api/_manifest_features.json
@@ -30,10 +30,13 @@
"extension_types": ["platform_app"],
"min_manifest_version": 2,
"whitelist": [
- "nckgahadagoaajjgafhacjanaoiihapd", // Google Talk prod
- "eggnbpckecmjlblplehfpjjdhhidfdoj", // Google Talk beta
- "ppleadejekpmccmnpjdimmlfljlkdfej", // Google Talk alpha
- "ljclpkphhpbpinifbeabbhlfddcpfdde", // Google Talk debug
+ // Keep this list in sync with extensions_misc::kHangoutsExtensionIds but
+ // omit the Packaged App ids.
+ "nckgahadagoaajjgafhacjanaoiihapd", // Hangouts Production.
+ "ljclpkphhpbpinifbeabbhlfddcpfdde", // Hangouts Debug.
+ "ppleadejekpmccmnpjdimmlfljlkdfej", // Hangouts Alpha.
+ "eggnbpckecmjlblplehfpjjdhhidfdoj", // Hangouts Beta.
+
"lphgohfeebnhcpiohjndkgbhhkoapkjc" // Apps Debugger
]
},
@@ -179,7 +182,7 @@
"channel": "stable",
"extension_types": [
"platform_app"
- ]
+ ]
},
"launcher_page": {
"channel": "stable",

Powered by Google App Engine
This is Rietveld 408576698