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

Unified Diff: extensions/test/data/platform_app/manifest.json

Issue 224723022: Add the first app_shell_browsertest test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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: extensions/test/data/platform_app/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json b/extensions/test/data/platform_app/manifest.json
similarity index 53%
copy from chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
copy to extensions/test/data/platform_app/manifest.json
index bbd3a807c53b9188371d323f8940336e10118397..f4ba3356de258c5b706c50b06d7520317b5fd355 100644
--- a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
+++ b/extensions/test/data/platform_app/manifest.json
@@ -1,7 +1,8 @@
{
- "name": "Windows API - get/getAll",
- "version": "1",
+ // Simple testing platform app. Succeeds when its app window is loaded.
+ "name": "Test Platform App",
"manifest_version": 2,
+ "version": "1",
"app": {
"background": {
"scripts": ["background.js"]

Powered by Google App Engine
This is Rietveld 408576698