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

Unified Diff: chrome/common/extensions/api/_api_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: chrome/common/extensions/api/_api_features.json
diff --git a/chrome/common/extensions/api/_api_features.json b/chrome/common/extensions/api/_api_features.json
index b0f0bad66fde80d1235c52826061f64c0caa231e..6f8656f05127139325c42bdf430ab33e0f4b1a5e 100644
--- a/chrome/common/extensions/api/_api_features.json
+++ b/chrome/common/extensions/api/_api_features.json
@@ -482,13 +482,14 @@
"channel": "stable",
"contexts": ["blessed_extension"],
"whitelist": [
- // http://crbug.com/309737
- "nckgahadagoaajjgafhacjanaoiihapd",
- "ljclpkphhpbpinifbeabbhlfddcpfdde",
- "ppleadejekpmccmnpjdimmlfljlkdfej",
- "eggnbpckecmjlblplehfpjjdhhidfdoj",
- "jfjjdfefebklmdbmenmlehlopoocnoeh",
- "knipolnnllmklapflnccelgolnpehhpl"
+ // http://crbug.com/309737.
+ // Keep this list in sync with extensions_misc::kHangoutsExtensionIds.
+ "nckgahadagoaajjgafhacjanaoiihapd", // Hangouts Production.
+ "ljclpkphhpbpinifbeabbhlfddcpfdde", // Hangouts Debug.
+ "ppleadejekpmccmnpjdimmlfljlkdfej", // Hangouts Alpha.
+ "eggnbpckecmjlblplehfpjjdhhidfdoj", // Hangouts Beta.
+ "jfjjdfefebklmdbmenmlehlopoocnoeh", // Hangouts Packaged App Debug.
+ "knipolnnllmklapflnccelgolnpehhpl" // Hangouts Packaged App Prod.
]
},
"history": {

Powered by Google App Engine
This is Rietveld 408576698