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

Unified Diff: chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json

Issue 191183002: Test files for https://codereview.chromium.org/181233007/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed app_main.html Created 6 years, 9 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
« no previous file with comments | « chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ggbflgnkafappblpkiflbgpmkfdpnhhe ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json b/chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
similarity index 76%
copy from chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
copy to chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
index bb028af494a69e37c19bb4ab46f7646d2b61f987..2441594192eceeb1be5961f53fa6576a33388b12 100644
--- a/chrome/test/data/extensions/manifest_tests/init_invalid_platform_app_3.json
+++ b/chrome/test/data/extensions/manifest_tests/offline_default_platform_app_with_webview.json
@@ -1,10 +1,11 @@
{
"name": "Platform Test",
- "manifest_version": 1,
"version": "1",
"app": {
"background": {
"scripts": ["background.js"]
}
- }
+ },
+ "permissions": [ "webview" ]
}
+
« no previous file with comments | « chrome/test/data/chromeos/app_mode/webstore/inlineinstall/detail/ggbflgnkafappblpkiflbgpmkfdpnhhe ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698