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

Unified Diff: services/preferences/public/interfaces/preferences_configuration.mojom

Issue 2738353002: Pref service: integrate PersistentPrefStoreImpl with PrefStoreManagerImpl. (Closed)
Patch Set: 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
« no previous file with comments | « services/preferences/public/interfaces/preferences.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/preferences/public/interfaces/preferences_configuration.mojom
diff --git a/services/preferences/public/interfaces/preferences_configuration.mojom b/services/preferences/public/interfaces/preferences_configuration.mojom
new file mode 100644
index 0000000000000000000000000000000000000000..3ddd8234cb02a8b30b0960e423cfa8bccaf0fb33
--- /dev/null
+++ b/services/preferences/public/interfaces/preferences_configuration.mojom
@@ -0,0 +1,15 @@
+// Copyright 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+module prefs.mojom;
+
+import "mojo/common/file_path.mojom";
+
+union PersistentPrefStoreConfiguration {
+ SimplePersistentPrefStoreConfiguration simple_configuration;
+};
+
+struct SimplePersistentPrefStoreConfiguration {
+ mojo.common.mojom.FilePath pref_filename;
+};
« no previous file with comments | « services/preferences/public/interfaces/preferences.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698