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

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

Issue 159523002: Promote chrome.app.window alwaysOnTop property to stable unwhitelisted (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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 c329d9a300ce832a64bd5ba0a17a1bc3a19e2abb..0ee88804d8fcdf74ec5ea77c6bd3cb8319c11480 100644
--- a/chrome/common/extensions/api/_permission_features.json
+++ b/chrome/common/extensions/api/_permission_features.json
@@ -40,20 +40,10 @@
"extension_types": ["extension", "legacy_packaged_app", "platform_app"],
"min_manifest_version": 2
},
- "alwaysOnTopWindows": [
- {
- "channel": "dev",
- "extension_types": ["platform_app"]
- },
- {
- "channel": "stable",
- "extension_types": ["platform_app"],
- "whitelist": [
- "0F42756099D914A026DADFA182871C015735DD95",
- "2D22CDB6583FD0A13758AEBE8B15E45208B4E9A7"
- ]
- }
- ],
+ "alwaysOnTopWindows": {
+ "channel": "stable",
+ "extension_types": ["platform_app"]
+ },
"audio": [
{
"channel": "dev",
« no previous file with comments | « chrome/browser/extensions/api/app_window/app_window_apitest.cc ('k') | chrome/common/extensions/api/app_window.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698