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

Unified Diff: chrome/test/data/extensions/api_test/xhr/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: extension test 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/manifest.json
diff --git a/chrome/test/data/extensions/api_test/request_quota_background/manifest.json b/chrome/test/data/extensions/api_test/xhr/manifest.json
similarity index 66%
copy from chrome/test/data/extensions/api_test/request_quota_background/manifest.json
copy to chrome/test/data/extensions/api_test/xhr/manifest.json
index 3016a4398474993e54a5211a26ae9a4c80320634..0ee3df636aca45b2f93abbaa3f41fddfbc6bc599 100644
--- a/chrome/test/data/extensions/api_test/request_quota_background/manifest.json
+++ b/chrome/test/data/extensions/api_test/xhr/manifest.json
@@ -1,5 +1,5 @@
{
- "name": "Test requestQuota in background page",
+ "name": "An extension that fetches a URL via XHR",
"version": "1.0",
"manifest_version": 2,
"background": {

Powered by Google App Engine
This is Rietveld 408576698