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

Unified Diff: chrome/browser/profiles/off_the_record_profile_impl_unittest.cc

Issue 13825014: Change RulesRegistryService to use ProfileKeyedAPI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved functionality from InitForOTR into RulesRegistryService constructor Created 7 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/profiles/off_the_record_profile_impl_unittest.cc
diff --git a/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc b/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
index 18493c20f9d7f6132822b3f962e8a48991077a8d..8864de4ba48f5557cceeb959a901a7702196af8e 100644
--- a/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
+++ b/chrome/browser/profiles/off_the_record_profile_impl_unittest.cc
@@ -146,7 +146,7 @@ TEST_F(OffTheRecordProfileImplTest, GetHostZoomMap) {
child_profile->InitHostZoomMap();
ProfileDependencyManager::GetInstance()->CreateProfileServices(
- child_profile.get(), false);
+ child_profile.get(), true);
// Prepare child host zoom map.
HostZoomMap* child_zoom_map =

Powered by Google App Engine
This is Rietveld 408576698