| Index: services/preferences/persistent_pref_store_impl.h
|
| diff --git a/services/preferences/persistent_pref_store_impl.h b/services/preferences/persistent_pref_store_impl.h
|
| index 49d9cd93b62812a5996a6f9c6c6cc38b98d9d862..5111ed7f4e2ecc93065e21a6a4ff322c3cca1963 100644
|
| --- a/services/preferences/persistent_pref_store_impl.h
|
| +++ b/services/preferences/persistent_pref_store_impl.h
|
| @@ -14,10 +14,6 @@
|
| #include "services/preferences/public/interfaces/preferences.mojom.h"
|
| #include "services/preferences/public/interfaces/tracked_preference_validation_delegate.mojom.h"
|
|
|
| -namespace base {
|
| -class Value;
|
| -}
|
| -
|
| namespace prefs {
|
|
|
| class PersistentPrefStoreImpl : public PrefStore::Observer {
|
| @@ -40,9 +36,7 @@ class PersistentPrefStoreImpl : public PrefStore::Observer {
|
| private:
|
| class Connection;
|
|
|
| - void SetValue(const std::string& key,
|
| - std::unique_ptr<base::Value> value,
|
| - uint32_t flags);
|
| + void SetValues(std::vector<mojom::PrefUpdatePtr> updates);
|
|
|
| void CommitPendingWrite();
|
| void SchedulePendingLossyWrites();
|
|
|