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

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

Issue 10694055: Add read-only access to POST data for webRequest's onBeforeRequest (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Deleting a forgotten comment Created 8 years, 5 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/manifest.json
diff --git a/chrome/test/data/extensions/api_test/webrequest/manifest.json b/chrome/test/data/extensions/api_test/webrequest/manifest.json
index 7f2a046129be642d3d6010c8cd49441f5cb9bbeb..43ef155651140927e89a73fcff25062cd4c46dd2 100644
--- a/chrome/test/data/extensions/api_test/webrequest/manifest.json
+++ b/chrome/test/data/extensions/api_test/webrequest/manifest.json
@@ -9,6 +9,10 @@
"simpleLoad/a.html",
"complexLoad/a.html",
"complexLoad/b.html",
- "does_not_exist.html"
+ "does_not_exist.html",
+ "postData/multipart.html",
+ "postData/no-enctype.html",
+ "postData/plaintext.html",
+ "postData/urlencoded.html"
]
}

Powered by Google App Engine
This is Rietveld 408576698