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

Unified Diff: chrome/browser/resources/file_manager/main.html

Issue 10391075: convert chromeos file manager to loadTimeData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 7 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
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/main.html
diff --git a/chrome/browser/resources/file_manager/main.html b/chrome/browser/resources/file_manager/main.html
index e807a4b461b214ee750a89b6c8abb54b5d053d14..03605af8ce1caff47919f4664b24336e71aea050 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -30,9 +30,9 @@
so we want to parse it as early as possible -->
<script src="js/metrics.js"></script>
- <script src="../shared/js/local_strings.js"></script>
+ <script src="../shared/js/load_time_data.js"></script>
<script src="../shared/js/util.js"></script>
- <script src="../shared/js/i18n_template.js"></script>
+ <script src="../shared/js/i18n_template_no_process.js"></script>
<script src="../shared/js/cr.js"></script>
<script src="../shared/js/event_tracker.js"></script>
« no previous file with comments | « chrome/browser/resources/file_manager/js/mock_chrome.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698