Index: chrome/browser/prefs/profile_pref_store_manager.cc |
diff --git a/chrome/browser/prefs/profile_pref_store_manager.cc b/chrome/browser/prefs/profile_pref_store_manager.cc |
index 592b0f9ffa1041e8dd42caa4feb8fc8f2e465b02..2800ec0f696694680c3aaf91b59b06a487124c61 100644 |
--- a/chrome/browser/prefs/profile_pref_store_manager.cc |
+++ b/chrome/browser/prefs/profile_pref_store_manager.cc |
@@ -308,5 +308,6 @@ scoped_ptr<PrefHashStoreImpl> ProfilePrefStoreManager::GetPrefHashStoreImpl() { |
seed_, |
device_id_, |
scoped_ptr<HashStoreContents>(new PrefServiceHashStoreContents( |
- profile_path_.AsUTF8Unsafe(), local_state_)))); |
+ profile_path_.AsUTF8Unsafe(), local_state_)), |
+ true)); |
} |