| Index: chrome/service/service_process_prefs.cc
|
| diff --git a/chrome/service/service_process_prefs.cc b/chrome/service/service_process_prefs.cc
|
| index 8eb29622038a08c679a9de185de8822094016088..511709a7d8f5d5893f0f78d4a6c2b516bf62f24f 100644
|
| --- a/chrome/service/service_process_prefs.cc
|
| +++ b/chrome/service/service_process_prefs.cc
|
| @@ -19,7 +19,7 @@ void ServiceProcessPrefs::ReadPrefs() {
|
| }
|
|
|
| void ServiceProcessPrefs::WritePrefs() {
|
| - prefs_->WritePrefs();
|
| + prefs_->CommitPendingWrite();
|
| }
|
|
|
| void ServiceProcessPrefs::GetString(const std::string& key,
|
|
|