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

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

Issue 6905143: file manager: respect back/fwd buttons (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: set default title shown while initializing Created 9 years, 8 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/file_manager.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 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>&#x2707;</title>
</head>
<body i18n-values=".style.fontFamily:BODY_FONT_FAMILY;
.style.fontSize:BODY_FONT_SIZE">
« no previous file with comments | « chrome/browser/resources/file_manager/js/file_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698