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

Unified Diff: services/preferences/public/interfaces/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
Index: services/preferences/public/interfaces/BUILD.gn
diff --git a/services/preferences/public/interfaces/BUILD.gn b/services/preferences/public/interfaces/BUILD.gn
index c7e9091f046a4106bce78b253bab3053321fa38f..58d8191fb9ce6e11e2c9db0ff55db52bbee89a1c 100644
--- a/services/preferences/public/interfaces/BUILD.gn
+++ b/services/preferences/public/interfaces/BUILD.gn
@@ -7,6 +7,7 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"preferences.mojom",
+ "tracked_preference_validation_delegate.mojom",
]
public_deps = [
"//mojo/common:common_custom_types",

Powered by Google App Engine
This is Rietveld 408576698