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

Unified Diff: chrome/browser/views/theme_install_bubble_view.cc

Issue 361006: Switch theme loading to use its own string.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 1 month 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/gtk/theme_install_bubble_view_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/theme_install_bubble_view.cc
===================================================================
--- chrome/browser/views/theme_install_bubble_view.cc (revision 30959)
+++ chrome/browser/views/theme_install_bubble_view.cc (working copy)
@@ -27,8 +27,7 @@
if (!tab_contents)
Close();
- // Need our own copy of the "Loading..." string: http://crbug.com/24177
- text_ = l10n_util::GetStringUTF16(IDS_TAB_LOADING_TITLE);
+ text_ = l10n_util::GetStringUTF16(IDS_THEME_LOADING_TITLE);
ResourceBundle& rb = ResourceBundle::GetSharedInstance();
gfx::Font font(rb.GetFont(ResourceBundle::LargeFont));
SetFont(font);
« no previous file with comments | « chrome/browser/gtk/theme_install_bubble_view_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698