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

Unified Diff: ui/test/test_suite.cc

Issue 10686005: Add methods to add DataPack from open files (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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
« no previous file with comments | « ui/base/resource/resource_bundle_win.cc ('k') | webkit/support/platform_support_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/test/test_suite.cc
diff --git a/ui/test/test_suite.cc b/ui/test/test_suite.cc
index 26e0e93d1d766b14d2b174f1dbb952e621444390..bed9cc575a2d222047a57544af8a6ea4024a7e5a 100644
--- a/ui/test/test_suite.cc
+++ b/ui/test/test_suite.cc
@@ -54,7 +54,7 @@ void UITestSuite::Initialize() {
ui::ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
#if !defined(OS_MACOSX) && defined(OS_POSIX)
- ui::ResourceBundle::GetSharedInstance().AddDataPack(
+ ui::ResourceBundle::GetSharedInstance().AddDataPackFromPath(
pak_dir.AppendASCII("ui_resources.pak"),
ui::SCALE_FACTOR_100P);
#endif
« no previous file with comments | « ui/base/resource/resource_bundle_win.cc ('k') | webkit/support/platform_support_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698