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

Unified Diff: components/user_prefs/tracked/DEPS

Issue 2745563005: Pref service: add support for tracked prefs. (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: components/user_prefs/tracked/DEPS
diff --git a/components/user_prefs/tracked/DEPS b/components/user_prefs/tracked/DEPS
index 19337756acbd160a225cdd04f56c782978753d30..f38ec1bdcb20cde103d0662386182551fb4eac6f 100644
--- a/components/user_prefs/tracked/DEPS
+++ b/components/user_prefs/tracked/DEPS
@@ -1,5 +1,6 @@
include_rules = [
"+components/pref_registry",
"+crypto/hmac.h",
- "+services/preferences/public/interfaces/tracked_preference_validation_delegate.mojom.h"
+ "+services/preferences/public/interfaces/preferences_configuration.mojom-shared.h",
+ "+services/preferences/public/interfaces/tracked_preference_validation_delegate.mojom.h",
]

Powered by Google App Engine
This is Rietveld 408576698