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

Unified Diff: chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json

Issue 297123002: API proposal for chrome.app.window to intercept all keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to TOT Created 6 years, 1 month 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/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/manifest.json b/chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
similarity index 54%
copy from chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/manifest.json
copy to chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
index 534ff1715b5381881073f61f7f6e44d792a6d0d4..991d54ff6274ebe27feed0706ffcf81eb78fba51 100644
--- a/chrome/test/data/extensions/platform_apps/ephemeral_launcher/app_with_permissions/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/window_api_intercept_all_keys/has_permission/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Test App With Permissions",
+ "name": "Window API - InterceptAllKeys",
"manifest_version": 2,
"version": "1",
"app": {
@@ -7,5 +7,7 @@
"scripts": ["main.js"]
}
},
- "permissions": ["audioCapture"]
+ "permissions": [
+ "app.window.interceptAllKeys"
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698