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

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

Issue 11316292: Add app.window.setIcon (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments to .idl Created 8 years 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/windows_api_set_icon/manifest.json
diff --git a/chrome/test/data/extensions/manifest_tests/init_valid_platform_app_no_manifest_version.json b/chrome/test/data/extensions/platform_apps/windows_api_set_icon/manifest.json
similarity index 74%
copy from chrome/test/data/extensions/manifest_tests/init_valid_platform_app_no_manifest_version.json
copy to chrome/test/data/extensions/platform_apps/windows_api_set_icon/manifest.json
index 8f6c1fe7ebd693b116d03936c8a3b9bff7f1d0d1..e0db6ee3e43bc0ffcd9326e63d7f8f7068f42b98 100644
--- a/chrome/test/data/extensions/manifest_tests/init_valid_platform_app_no_manifest_version.json
+++ b/chrome/test/data/extensions/platform_apps/windows_api_set_icon/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Platform Test",
+ "name": "app.windows setIcon",
"version": "1",
"app": {
"background": {

Powered by Google App Engine
This is Rietveld 408576698