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

Unified Diff: chrome/test/data/extensions/uitest/window_open/manifest.json

Issue 2454563003: Fix web accessible resource checks in ShouldAllowOpenURL (Closed)
Patch Set: Tighten check a bit more Created 4 years, 2 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/uitest/window_open/manifest.json
diff --git a/chrome/test/data/extensions/uitest/window_open/manifest.json b/chrome/test/data/extensions/uitest/window_open/manifest.json
index 680f4ca5b45737b99a653bb5b8ff95521e82994c..49f322b5354df90bcd0d01fbcd530fb8b73db1b3 100644
--- a/chrome/test/data/extensions/uitest/window_open/manifest.json
+++ b/chrome/test/data/extensions/uitest/window_open/manifest.json
@@ -3,5 +3,6 @@
"manifest_version": 2,
"name": "window.open test",
"description": "An extension for an extension UITest.",
- "permissions": ["tabs"]
+ "permissions": ["tabs"],
+ "web_accessible_resources": ["newtab.html"]
alexmos 2016/10/28 00:29:42 Necessary to fix ExtensionBrowserTest.WindowOpenNo
}

Powered by Google App Engine
This is Rietveld 408576698