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

Unified Diff: chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json

Issue 354483004: Implement <appview> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_view_skeleton
Patch Set: Fixed formatting Created 6 years, 5 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/test/data/extensions/platform_apps/app_view/shim/manifest.json
diff --git a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json b/chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json
similarity index 60%
copy from chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json
copy to chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json
index 5d8c39fd99141f9f8514168102c24b60302786f2..5e0e32ca0e742d9a5b3b426435e2cc543d703130 100644
--- a/chrome/test/data/extensions/manifest_tests/webview_accessible_resources_invalid2.json
+++ b/chrome/test/data/extensions/platform_apps/app_view/shim/manifest.json
@@ -1,15 +1,12 @@
{
- "name": "test",
+ "name": "Platform App Test: <appview>",
"version": "2",
- "manifest_version": 2,
"permissions": [
- "webview"
+ "appview"
],
"app": {
"background": {
"scripts": ["test.js"]
}
- },
- "webview": {
}
}

Powered by Google App Engine
This is Rietveld 408576698