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

Unified Diff: chrome/test/data/extensions/api_test/webrequest_extensions/main/manifest.json

Issue 1267183003: Hide requests in an extension from other extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix tests, add TODO for ExtensionWebRequestEventRouter::OnEventHandled Created 5 years, 4 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/webrequest_extensions/main/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webrequest_reload/manifest.json b/chrome/test/data/extensions/api_test/webrequest_extensions/main/manifest.json
similarity index 57%
copy from chrome/test/data/extensions/api_test/webrequest_reload/manifest.json
copy to chrome/test/data/extensions/api_test/webrequest_extensions/main/manifest.json
index 0498f1b798d8b4c092036dd2ef93d4464f8b5f3d..dbf784bc641e63e4a21c91eaf289b1e86e5d4861 100644
--- a/chrome/test/data/extensions/api_test/webrequest_reload/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrequest_extensions/main/manifest.json
@@ -1,10 +1,10 @@
{
- "name": "WebRequest + incognito = crash",
- "incognito":"split",
+ "name": "Eavesdropping extension",
"version": "1",
"manifest_version": 2,
"background": {
- "scripts": ["background.js"]
+ "scripts": ["background.js"],
+ "persistent": true
},
"permissions": [
"webRequest",

Powered by Google App Engine
This is Rietveld 408576698