| Index: components/prefs/json_pref_store.h
|
| diff --git a/components/prefs/json_pref_store.h b/components/prefs/json_pref_store.h
|
| index 5b52360cfb2539ffe307ee65da4b22c8b9a87ef8..a1139d7cef1c278ba58e074826d4f987c066ed2b 100644
|
| --- a/components/prefs/json_pref_store.h
|
| +++ b/components/prefs/json_pref_store.h
|
| @@ -252,8 +252,7 @@ class COMPONENTS_PREFS_EXPORT JsonPrefStore
|
|
|
| std::set<std::string> keys_need_empty_value_;
|
|
|
| - bool has_pending_successful_write_reply_;
|
| - bool has_pending_write_callbacks_;
|
| + bool has_pending_write_reply_ = true;
|
| base::Closure on_next_successful_write_reply_;
|
|
|
| WriteCountHistogram write_count_histogram_;
|
|
|