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

Unified Diff: chrome/test/data/extensions/api_test/stubs_app/manifest.json

Issue 264923009: Add browser_test for extension app API with missing schema (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: chrome/test/data/extensions/api_test/stubs_app/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json b/chrome/test/data/extensions/api_test/stubs_app/manifest.json
similarity index 62%
copy from chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
copy to chrome/test/data/extensions/api_test/stubs_app/manifest.json
index bbd3a807c53b9188371d323f8940336e10118397..1aac4d10825f89994d4366e1d2259dd301e6218b 100644
--- a/chrome/test/data/extensions/platform_apps/windows_api_get/manifest.json
+++ b/chrome/test/data/extensions/api_test/stubs_app/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "Windows API - get/getAll",
- "version": "1",
+ "name": "App Extension API Stubs Test",
+ "version": "1.0",
"manifest_version": 2,
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698