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

Unified Diff: chromeos/components/tether/initializer_unittest.cc

Issue 2805833002: Migrate Cryptauth*Managers RegisterPrefs to CryptAuthService::RegisterProfilePrefs. (Closed)
Patch Set: Replace initializer_unittest RegisterPrefs calls with Initializer::RegisterProfilePrefs. Created 3 years, 8 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 | « chromeos/components/tether/initializer.cc ('k') | components/cryptauth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/initializer_unittest.cc
diff --git a/chromeos/components/tether/initializer_unittest.cc b/chromeos/components/tether/initializer_unittest.cc
index aae57a86a3dbf716bd3ec558eeaed7762de33cbf..614ad7805852e72e00274d8ce4c68ad3f5653c18 100644
--- a/chromeos/components/tether/initializer_unittest.cc
+++ b/chromeos/components/tether/initializer_unittest.cc
@@ -96,8 +96,7 @@ class InitializerTest : public NetworkStateTest {
NetworkStateTest::SetUp();
test_pref_service_ = base::MakeUnique<TestingPrefServiceSimple>();
- HostScanDevicePrioritizer::RegisterPrefs(test_pref_service_->registry());
- ActiveHost::RegisterPrefs(test_pref_service_->registry());
+ Initializer::RegisterProfilePrefs(test_pref_service_->registry());
}
void TearDown() override {
« no previous file with comments | « chromeos/components/tether/initializer.cc ('k') | components/cryptauth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698