Chromium Code Reviews

Unified Diff: chrome/test/base/chrome_unit_test_suite.cc

Issue 1937683002: Implement support in DefaultComponentInstaller for picking up bundled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments through #35 Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | components/component_updater/component_updater_paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_unit_test_suite.cc
diff --git a/chrome/test/base/chrome_unit_test_suite.cc b/chrome/test/base/chrome_unit_test_suite.cc
index a5302924f39440c509c687b8751f069bfcf188ca..9c314cbfb7b53e156b998173fbf424cb67fad8ec 100644
--- a/chrome/test/base/chrome_unit_test_suite.cc
+++ b/chrome/test/base/chrome_unit_test_suite.cc
@@ -132,7 +132,8 @@ void ChromeUnitTestSuite::InitializeProviders() {
new translate::BrowserCldDataProviderFactory());
translate::CldDataSource::SetDefault(
translate::CldDataSource::GetStaticDataSource());
- component_updater::RegisterPathProvider(chrome::DIR_USER_DATA);
+ component_updater::RegisterPathProvider(chrome::DIR_COMPONENTS,
+ chrome::DIR_USER_DATA);
#if defined(OS_CHROMEOS)
chromeos::RegisterPathProvider();
« no previous file with comments | « chrome/common/chrome_paths.cc ('k') | components/component_updater/component_updater_paths.h » ('j') | no next file with comments »

Powered by Google App Engine