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

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 148096)
+++ chrome/browser/resources/file_manager/manifest.json (working copy)
@@ -148,5 +148,12 @@
],
"chrome_url_overrides": {
"files": "main.html"
+ },
+ "background": {
+ "transient": true,
+ "persistent": false,
+ "scripts": ["js/file_copy_manager.js",
+ "js/path_util.js",
+ "js/util.js"]
}
}

Powered by Google App Engine
This is Rietveld 408576698