Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / ash / shell / content_client / shell_main_delegate.cc
index 014fae1..5e61443 100644 (file)
@@ -38,7 +38,8 @@ content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() {
 }
 
 void ShellMainDelegate::InitializeResourceBundle() {
-  ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
+  ui::ResourceBundle::InitSharedInstanceWithLocale(
+      "en-US", NULL, ui::ResourceBundle::LOAD_COMMON_RESOURCES);
 }
 
 }  // namespace shell