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

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

Issue 23532018: Files.app: Extract the TextMeasure class to a new file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comment. Created 7 years, 4 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/text_measure.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 052f53df9782860b3deafa516be1b20138ce3032..1f57a65e9c6ad89f004f39415f054d6ce771cd82 100644
--- a/chrome/browser/resources/file_manager/main.html
+++ b/chrome/browser/resources/file_manager/main.html
@@ -112,6 +112,7 @@
<script src="js/share_client.js"></script>
<script src="js/share_dialog.js"></script>
<script src="js/suggest_apps_dialog.js"></script>
+ <script src="js/text_measure.js"></script>
<script src="js/tree.css.js"></script>
<script src="js/volume_manager.js"></script>
<script src="js/media/media_util.js"></script>
« no previous file with comments | « chrome/browser/resources/file_manager/js/text_measure.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698