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

Unified Diff: chrome/common/extensions/docs/examples/api/transientPage/basic/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/common/extensions/docs/examples/api/transientPage/basic/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json b/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json
index d398f6901b83dbfa9b01d0fa1d87d749142058dd..c2cc58192965d10fb6c3db5f8660d6568cd95b65 100644
--- a/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/transientPage/basic/manifest.json
@@ -6,7 +6,7 @@
"permissions": ["tabs", "bookmarks", "experimental", "http://*.google.com/*"],
"background": {
"scripts": ["background.js"],
- "transient": true
+ "persistent": false
},
"browser_action": {
"default_icon" : "icon.png",
« no previous file with comments | « chrome/common/extensions/docs/examples/api/transientPage/basic.zip ('k') | chrome/common/extensions/docs/samples.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698