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

Unified Diff: chrome/browser/prefs/profile_pref_store_manager.cc

Issue 332473002: Make super MAC optional. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/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));
}

Powered by Google App Engine
This is Rietveld 408576698