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

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

Issue 9877018: Lazy background page branding: "Transient Background Page". Rename (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: .. Created 8 years, 9 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/lazy_background_page/wait_for_request/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json
index 8f9ef8d3926657cc7b48fadcc1debaaaf96811e2..bb501c196085dd138485b90c7ddbfbac7b2551f7 100644
--- a/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/wait_for_request/manifest.json
@@ -6,6 +6,6 @@
"permissions": ["tabs", "experimental"],
"background": {
"scripts": ["background.js"],
- "persistent": false
+ "transient": true
}
}

Powered by Google App Engine
This is Rietveld 408576698