Chromium Code Reviews| 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"> |