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

Side by Side Diff: services/preferences/public/cpp/preferences_struct_traits.h

Issue 2635153002: Pref service: expose all read-only PrefStores through Mojo (Closed)
Patch Set: Create and register service Created 3 years, 10 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef SERVICES_PREFERENCES_PUBLIC_CPP_PREFERENCES_STRUCT_TRAITS_H_
6 #define SERVICES_PREFERENCES_PUBLIC_CPP_PREFERENCES_STRUCT_TRAITS_H_
7
8 #include "services/preferences/public/cpp/preferences_struct_traits_macros.h"
9
10 // Generate param traits size methods.
11 #include "ipc/param_traits_size_macros.h"
12 namespace IPC {
13 #undef SERVICES_PREFERENCES_PUBLIC_CPP_PREFERENCES_STRUCT_TRAITS_MACROS_H_
14 #include "services/preferences/public/cpp/preferences_struct_traits_macros.h"
15 }
16
17 // Generate param traits write methods.
18 #include "ipc/param_traits_write_macros.h"
19 namespace IPC {
20 #undef SERVICES_PREFERENCES_PUBLIC_CPP_PREFERENCES_STRUCT_TRAITS_MACROS_H_
21 #include "services/preferences/public/cpp/preferences_struct_traits_macros.h"
22 } // namespace IPC
23
24 // Generate param traits read methods.
25 #include "ipc/param_traits_read_macros.h"
26 namespace IPC {
27 #undef SERVICES_PREFERENCES_PUBLIC_CPP_PREFERENCES_STRUCT_TRAITS_MACROS_H_
28 #include "services/preferences/public/cpp/preferences_struct_traits_macros.h"
29 } // namespace IPC
30
31 // Generate param traits log methods.
32 #include "ipc/param_traits_log_macros.h"
33 namespace IPC {
34 #undef SERVICES_PREFERENCES_PUBLIC_CPP_PREFERENCES_STRUCT_TRAITS_MACROS_H_
35 #include "services/preferences/public/cpp/preferences_struct_traits_macros.h"
36 } // namespace IPC
37
38 #endif // SERVICES_PREFERENCES_PUBLIC_CPP_PREFERENCES_STRUCT_TRAITS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698