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

Side by Side Diff: services/preferences/public/cpp/tracked_preference_validation_delegate.typemap

Issue 2719833002: Convert TrackedPreferenceValidationDelegate into a mojo interface. (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 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 mojom = "//services/preferences/public/interfaces/tracked_preference_validation_ delegate.mojom"
6 public_headers =
7 [ "//components/user_prefs/tracked/pref_hash_store_transaction.h" ]
8 traits_headers = [ "//services/preferences/public/cpp/tracked_preference_validat ion_delegate_struct_traits.h" ]
9 sources = [
10 "//services/preferences/public/cpp/tracked_preference_validation_delegate_stru ct_traits.cc",
11 "//services/preferences/public/cpp/tracked_preference_validation_delegate_stru ct_traits.h",
12 ]
13
14 type_mappings = [ "prefs.mojom.TrackedPreferenceValidationDelegate.ValueState=:: PrefHashStoreTransaction::ValueState" ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698