| 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 af84918341dc837cf2513dd7126a218084460bf4..08c06db4292a098760ec91bbf548802fefe6777f 100644
|
| --- a/chrome/browser/resources/file_manager/main.html
|
| +++ b/chrome/browser/resources/file_manager/main.html
|
| @@ -70,6 +70,13 @@
|
| <script src="js/util.js"></script>
|
| <script src="js/file_manager.js"></script>
|
| <script src="js/main.js"></script>
|
| +
|
| + <!-- We have to set some default title, or chrome will use the page
|
| + -- name. As soon as we init and change to a directory, we'll use
|
| + -- the directory as the page title. Until then, have a unicode glyph
|
| + -- of a tape reel.
|
| + -->
|
| + <title>✇</title>
|
| </head>
|
| <body i18n-values=".style.fontFamily:BODY_FONT_FAMILY;
|
| .style.fontSize:BODY_FONT_SIZE">
|
|
|