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 94a616a8f88d7efb0f68f64eb418df4a851ebc9a..928429b589aed6ae794b4e931d85f3dae1aa2900 100644 |
--- a/chrome/common/extensions/api/_api_features.json |
+++ b/chrome/common/extensions/api/_api_features.json |
@@ -44,6 +44,10 @@ |
"channel": "stable", |
"contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
}, |
+ "app.currentWindowInternal.setAlwaysOnTop": { |
+ "channel": "dev", |
+ "contexts": ["blessed_extension", "unblessed_extension", "content_script"] |
+ }, |
"app.getDetails": { |
"contexts": ["blessed_extension", "unblessed_extension", "content_script"], |
"matches": [] |