Index: content/browser/browser_main_loop.cc |
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc |
index 1e0808c6cf2e4dd96051644d77b0044c23c6b02e..7823617c0a30070293dcf8edee40893207142736 100644 |
--- a/content/browser/browser_main_loop.cc |
+++ b/content/browser/browser_main_loop.cc |
@@ -523,6 +523,10 @@ void BrowserMainLoop::InitializeToolkit() { |
// requirement for gconf. |
g_type_init(); |
+#if defined(USE_AURA) |
+ setlocale(LC_ALL, ""); |
+#endif |
+ |
#if !defined(USE_AURA) |
gfx::GtkInitFromCommandLine(parameters_.command_line); |
#endif |