summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authorerg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-28 02:30:04 +0000
committererg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-28 02:30:04 +0000
commit70f9df11715b7903b1fe3ecf8b3e4a0909bd80cf (patch)
tree4078be6ec7d9c222978fd27fd6db348dfcc3cb60 /chrome/test
parente643e57c80fa41616d4ed5d9b13381538dec0573 (diff)
downloadchromium_src-70f9df11715b7903b1fe3ecf8b3e4a0909bd80cf.zip
chromium_src-70f9df11715b7903b1fe3ecf8b3e4a0909bd80cf.tar.gz
chromium_src-70f9df11715b7903b1fe3ecf8b3e4a0909bd80cf.tar.bz2
content: Modfiy ResourceBundle and content_shell to run with alternative pak files.
BUG=111326 R=jam TBR=sky,tony,ajwong,ananta Review URL: http://codereview.chromium.org/9232060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119566 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/base/chrome_test_suite.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/base/chrome_test_suite.cc b/chrome/test/base/chrome_test_suite.cc
index f8e9553b..7adad99 100644
--- a/chrome/test/base/chrome_test_suite.cc
+++ b/chrome/test/base/chrome_test_suite.cc
@@ -187,7 +187,7 @@ void ChromeTestSuite::Initialize() {
// Force unittests to run using en-US so if we test against string
// output, it'll pass regardless of the system language.
- ResourceBundle::InitSharedInstance("en-US");
+ ResourceBundle::InitSharedInstanceWithLocale("en-US");
FilePath resources_pack_path;
PathService::Get(base::DIR_MODULE, &resources_pack_path);
resources_pack_path =