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

Unified Diff: chrome/browser/component_updater/cld_component_installer_unittest.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/component_updater/cld_component_installer_unittest.cc
diff --git a/chrome/browser/component_updater/cld_component_installer_unittest.cc b/chrome/browser/component_updater/cld_component_installer_unittest.cc
index 5cf6e4834b092fbd30177f28d7c23789fe00f43e..8b65d1a1408cebfd0bf1bf8640b2d8c7f9fb9718 100644
--- a/chrome/browser/component_updater/cld_component_installer_unittest.cc
+++ b/chrome/browser/component_updater/cld_component_installer_unittest.cc
@@ -110,9 +110,8 @@ TEST_F(CldComponentInstallerTest, GetInstalledPath) {
base::CompareCase::SENSITIVE));
}
-TEST_F(CldComponentInstallerTest, GetBaseDirectory) {
- const base::FilePath result = traits_.GetBaseDirectory();
- ASSERT_FALSE(result.empty());
+TEST_F(CldComponentInstallerTest, GetRelativeInstallDir) {
+ ASSERT_FALSE(traits_.GetRelativeInstallDir().empty());
}
TEST_F(CldComponentInstallerTest, GetHash) {

Powered by Google App Engine
This is Rietveld 408576698