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

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

Issue 958923004: Fix hiding behavior when creating app windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove changes to platform_apps/hidden/test.js Created 5 years, 10 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/hidden_with_id/manifest.json
diff --git a/chrome/test/data/extensions/platform_apps/hidden/manifest.json b/chrome/test/data/extensions/platform_apps/hidden_with_id/manifest.json
similarity index 74%
copy from chrome/test/data/extensions/platform_apps/hidden/manifest.json
copy to chrome/test/data/extensions/platform_apps/hidden_with_id/manifest.json
index 71a83d3743b53a020ec2d68d922c20cf09dcbc0a..098c3473fb91d10eca38be219defae8791baa08e 100644
--- a/chrome/test/data/extensions/platform_apps/hidden/manifest.json
+++ b/chrome/test/data/extensions/platform_apps/hidden_with_id/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Platform App Hidden",
+ "name": "Platform App Hidden With ID",
"version": "1",
"manifest_version": 2,
"app": {

Powered by Google App Engine
This is Rietveld 408576698