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

Unified Diff: chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/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_with_callback/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json
index 0fb4ac4f8b74113213c1195011dac59b17267bd0..b0817e62a192e46001828f642c736f982db3b1d7 100644
--- a/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/manifest.json
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/browser_action_with_callback/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