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

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

Issue 1181893003: Kill bad apps. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed Check for Termination Status (Windows Problems) Created 5 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/bad_app/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/windows_api_set_icon/manifest.json b/chrome/test/data/extensions/platform_apps/app_view/bad_app/manifest.json
similarity index 54%
copy from chrome/test/data/extensions/platform_apps/windows_api_set_icon/manifest.json
copy to chrome/test/data/extensions/platform_apps/app_view/bad_app/manifest.json
index e0db6ee3e43bc0ffcd9326e63d7f8f7068f42b98..e107a2ec6bc2125280673b7297afd89d092edbdc 100644
--- a/chrome/test/data/extensions/platform_apps/windows_api_set_icon/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/app_view/bad_app/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "app.windows setIcon",
- "version": "1",
+ "name": "Platform API Test: Bad Application",
+ "version": "1.0",
"app": {
"background": {
"scripts": ["background.js"]

Powered by Google App Engine
This is Rietveld 408576698