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

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

Issue 859213006: Cancel client auth requests when not promptable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client-auth-cancel-1
Patch Set: mismerge Created 5 years, 10 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/xhr_fail/manifest.json
diff --git a/chrome/test/data/extensions/api_test/request_quota_background/manifest.json b/chrome/test/data/extensions/api_test/xhr_fail/manifest.json
similarity index 57%
copy from chrome/test/data/extensions/api_test/request_quota_background/manifest.json
copy to chrome/test/data/extensions/api_test/xhr_fail/manifest.json
index 3016a4398474993e54a5211a26ae9a4c80320634..5de4c84127fa8936943e0cc37c09c5ad2e8cb25c 100644
--- a/chrome/test/data/extensions/api_test/request_quota_background/manifest.json
+++ b/chrome/test/data/extensions/api_test/xhr_fail/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Test requestQuota in background page",
+ "name": "An extension that fetches a URL via XHR and expects it to fail",
"version": "1.0",
"manifest_version": 2,
"background": {

Powered by Google App Engine
This is Rietveld 408576698