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

Unified Diff: chrome/test/data/extensions/hosted_app/manifest.json

Issue 2875493002: Block navigations to hosted apps non-icon resources with PlzNavigate. (Closed)
Patch Set: Remove incorrect TODO. Created 3 years, 7 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/hosted_app/manifest.json
diff --git a/chrome/test/data/extensions/hosted_app/manifest.json b/chrome/test/data/extensions/hosted_app/manifest.json
index a249e030881e0fd60daebef657bc0c435fff1544..263f30555608f4640b9ae907920851d3b9e99a3f 100644
--- a/chrome/test/data/extensions/hosted_app/manifest.json
+++ b/chrome/test/data/extensions/hosted_app/manifest.json
@@ -10,5 +10,6 @@
"launch": {
"web_url": "http://localhost/extensions/hosted_app/main.html"
}
- }
+ },
+ "icons": { "128": "icon.png" }
}
« no previous file with comments | « chrome/test/data/extensions/hosted_app/icon.png ('k') | extensions/browser/extension_navigation_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698