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

Unified Diff: services/preferences/public/cpp/preferences.typemap

Issue 2743563003: Pref service: add persistent pref store frontend and backend. (Closed)
Patch Set: rebase Created 3 years, 9 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: services/preferences/public/cpp/preferences.typemap
diff --git a/services/preferences/public/cpp/preferences.typemap b/services/preferences/public/cpp/preferences.typemap
index c15d6123ddd8bde9ca7489636a1698456057c318..787ed3f63cff01a1c9c1962048ff37a8683c5aec 100644
--- a/services/preferences/public/cpp/preferences.typemap
+++ b/services/preferences/public/cpp/preferences.typemap
@@ -3,7 +3,10 @@
# found in the LICENSE file.
mojom = "//services/preferences/public/interfaces/preferences.mojom"
-public_headers = [ "//components/prefs/pref_value_store.h" ]
+public_headers = [
+ "//components/prefs/persistent_pref_store.h",
+ "//components/prefs/pref_value_store.h",
+]
traits_headers =
[ "//services/preferences/public/cpp/preferences_struct_traits.h" ]
sources = [
@@ -12,4 +15,8 @@ sources = [
deps = [
"//components/prefs",
]
-type_mappings = [ "prefs.mojom.PrefStoreType=::PrefValueStore::PrefStoreType" ]
+
+type_mappings = [
+ "prefs.mojom.PersistentPrefStoreConnector.ReadError=::PersistentPrefStore::PrefReadError",
+ "prefs.mojom.PrefStoreType=::PrefValueStore::PrefStoreType",
+]

Powered by Google App Engine
This is Rietveld 408576698