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

Unified Diff: ui/file_manager/file_manager/manifest.json

Issue 247123002: Move Files.app files to ui/file_manager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: ui/file_manager/file_manager/manifest.json
diff --git a/chrome/browser/resources/file_manager/manifest.json b/ui/file_manager/file_manager/manifest.json
similarity index 99%
rename from chrome/browser/resources/file_manager/manifest.json
rename to ui/file_manager/file_manager/manifest.json
index d0eba6d28b05ef3360e6bc60aaf130debe70b75c..5b4b8cf58c22c43d103ae9cef95ff2b051f302ff 100644
--- a/chrome/browser/resources/file_manager/manifest.json
+++ b/ui/file_manager/file_manager/manifest.json
@@ -15,6 +15,9 @@
"128": "common/images/icon128.png",
"256": "common/images/icon256.png"
},
+ "chrome_url_overrides": {
+ "files": "main.html"
hirono 2014/04/22 10:37:33 Why is this added?
yoshiki 2014/04/22 11:43:41 I forget to delete this. I used it for debugging.
+ },
"permissions": [
"contextMenus",
"experimental",

Powered by Google App Engine
This is Rietveld 408576698