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

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

Issue 23753007: Show file path rather than title in syncfs-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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/sync_file_system_internals/main.html
diff --git a/chrome/browser/resources/sync_file_system_internals/main.html b/chrome/browser/resources/sync_file_system_internals/main.html
index bee8f99b794022a7e9a3a4d4e0f0f260184417a9..d0efb5e53aaa245850bfe72ea31b48f7e9dc01b8 100644
--- a/chrome/browser/resources/sync_file_system_internals/main.html
+++ b/chrome/browser/resources/sync_file_system_internals/main.html
@@ -17,6 +17,7 @@ found in the LICENSE file.
<script src="chrome://resources/js/cr/ui.js"></script>
<script src="chrome://resources/js/cr/ui/tabs.js"></script>
<script src="chrome://resources/js/cr/ui/focus_outline_manager.js"></script>
+<script src="chrome://syncfs-internals/utils.js"></script>
tzik 2013/09/10 07:50:31 If you put this by relative path, the script will
tzik 2013/09/10 08:22:33 Hmm. It seems not working. Sorry for confusion.
<body i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize">

Powered by Google App Engine
This is Rietveld 408576698