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

Unified Diff: chrome/browser/resources/file_manager/manifest.json

Issue 10692090: Move FileCopyManager to background page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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/browser/resources/file_manager/manifest.json
===================================================================
--- chrome/browser/resources/file_manager/manifest.json (revision 146103)
+++ chrome/browser/resources/file_manager/manifest.json (working copy)
@@ -148,5 +148,9 @@
],
"chrome_url_overrides": {
"files": "main.html"
+ },
+ "background": {
+ "transient": true,
+ "scripts": ["js/background_scripts.js"]
dgozman 2012/07/12 13:17:36 Including this file clearly does not work with loa
}
}

Powered by Google App Engine
This is Rietveld 408576698