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

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

Issue 1216453002: [Extensions] Handle some funny cases in script injection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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/executescript/removed_frames/manifest.json
diff --git a/chrome/test/data/extensions/api_test/executescript/subframes_on_load/manifest.json b/chrome/test/data/extensions/api_test/executescript/removed_frames/manifest.json
similarity index 80%
copy from chrome/test/data/extensions/api_test/executescript/subframes_on_load/manifest.json
copy to chrome/test/data/extensions/api_test/executescript/removed_frames/manifest.json
index eef6d9df72845ec24ef320d1c885ec503454817b..ef48c4a77ce37bf91f6c3522a77cf612c3a059ea 100644
--- a/chrome/test/data/extensions/api_test/executescript/subframes_on_load/manifest.json
+++ b/chrome/test/data/extensions/api_test/executescript/removed_frames/manifest.json
@@ -6,5 +6,5 @@
"background": {
"scripts": ["test.js"]
},
- "permissions": ["tabs", "http://a.com/"]
+ "permissions": ["tabs", "http://a.com/", "webNavigation"]
}

Powered by Google App Engine
This is Rietveld 408576698