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

Unified Diff: chrome/test/data/extensions/api_test/lazy_background_page/incognito_split/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/incognito_split/manifest.json
diff --git a/chrome/test/data/extensions/api_test/lazy_background_page/incognito_split/manifest.json b/chrome/test/data/extensions/api_test/lazy_background_page/incognito_split/manifest.json
index 41c83d5d6d1a67c2bada571325cbe7dbc9d827fe..5bbd0b8e24ab03c2a9ea88d7cb25099c22df54f8 100644
--- a/chrome/test/data/extensions/api_test/lazy_background_page/incognito_split/manifest.json
+++ b/chrome/test/data/extensions/api_test/lazy_background_page/incognito_split/manifest.json
@@ -7,7 +7,7 @@
"incognito": "split",
"background": {
"scripts": ["background.js"],
- "persistent": false
+ "transient": true
},
"browser_action": {
"default_title": "Bananaphone"

Powered by Google App Engine
This is Rietveld 408576698