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

Unified Diff: chrome/installer/util/product_state_unittest.cc

Issue 57423008: Base: Make RegistryOverrideManager support sharded/parallel tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/installer/util/product_state_unittest.cc
diff --git a/chrome/installer/util/product_state_unittest.cc b/chrome/installer/util/product_state_unittest.cc
index 4946f0a6ba8f125f0b2112df905790fd3e680af3..355ea2febeee9c6e5a7d5ff912811cd27d214d0d 100644
--- a/chrome/installer/util/product_state_unittest.cc
+++ b/chrome/installer/util/product_state_unittest.cc
@@ -95,9 +95,6 @@ void ProductStateTest::TearDown() {
overridden_ = NULL;
system_install_ = false;
- // Shotgun approach to clearing out data we may have written.
- RegistryOverrideManager::DeleteAllTempKeys();
-
testing::Test::TearDown();
}

Powered by Google App Engine
This is Rietveld 408576698