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

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

Issue 1149213005: Convert the ExtensionApiTest.AutotestPrivate test to use an event page instead of a background page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/extensions/api_test/autotest_private/manifest.json
diff --git a/chrome/test/data/extensions/api_test/autotest_private/manifest.json b/chrome/test/data/extensions/api_test/autotest_private/manifest.json
index ad41b3290c0349237c5ad5607138e3f05e2086cf..33725d4f476e87ec161b2db1b44fbc45c8c6c8ab 100644
--- a/chrome/test/data/extensions/api_test/autotest_private/manifest.json
+++ b/chrome/test/data/extensions/api_test/autotest_private/manifest.json
@@ -5,6 +5,7 @@
"manifest_version": 2,
"description": "Browser tests for chrome.autotest_private API",
"background" : {
+ "persistent": false,
"scripts": ["test.js"]
},
"permissions": ["autotestPrivate"]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698