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

Unified Diff: chrome/test/data/extensions/browsertest/request_quota_background/manifest.json

Issue 10943026: Regression test for quota_context (not for commit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 3 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/browsertest/request_quota_background/manifest.json
diff --git a/chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json b/chrome/test/data/extensions/browsertest/request_quota_background/manifest.json
similarity index 62%
copy from chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json
copy to chrome/test/data/extensions/browsertest/request_quota_background/manifest.json
index e4eb4d28ada043c85429b576035fbc5736489370..70a55bae3fa424dae3f8d45b2e89431def82bbaa 100644
--- a/chrome/test/data/extensions/browsertest/crash_44415/ExtA/manifest.json
+++ b/chrome/test/data/extensions/browsertest/request_quota_background/manifest.json
@@ -1,13 +1,12 @@
{
- "name": "Popup Test",
+ "name": "requestQuota in background",
"version": "1.0",
"manifest_version": 2,
"page_action": {
- "default_icon": "icon.png",
"default_popup": "popup.html"
},
"background": {
"scripts": ["background.js"]
},
- "permissions": [ "tabs", "http://*/*" ]
+ "permissions": [ "tabs" ]
}

Powered by Google App Engine
This is Rietveld 408576698