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

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

Issue 10217016: Event page rebranding: "transient" key is now "persistent" again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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/browser_action_create_tab/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/manifest.json
index c107e39a29922b27fb0e7a5a52db1d48a8a98713..ce1014fbad1c4f3cbd758a03e07167792b5d6a34 100644
--- a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/manifest.json
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_create_tab/manifest.json
@@ -6,7 +6,7 @@
"permissions": ["tabs", "experimental"],
"background": {
"scripts": ["background.js"],
- "transient": true
+ "persistent": false
},
"browser_action": {
"default_icon" : "ext_icon.png",

Powered by Google App Engine
This is Rietveld 408576698