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

Unified Diff: content/public/test/render_view_test.cc

Issue 457103003: Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWithLocale(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: content/public/test/render_view_test.cc
diff --git a/content/public/test/render_view_test.cc b/content/public/test/render_view_test.cc
index f4e44ca6d064f6bf390dd3281731a373ab83c4ba..ba83cc25157c791b2577deb27b25069a62f88ea6 100644
--- a/content/public/test/render_view_test.cc
+++ b/content/public/test/render_view_test.cc
@@ -177,7 +177,7 @@ void RenderViewTest::SetUp() {
// suite implementation than for content_unittests). For browser_tests, this
// is already initialized.
if (!ResourceBundle::HasSharedInstance())
- ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
+ ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL, true);
mock_process_.reset(new MockRenderProcess);

Powered by Google App Engine
This is Rietveld 408576698