Index: components/user_prefs/README |
diff --git a/components/user_prefs/README b/components/user_prefs/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a7ca50936d20b097e762c6d0a6cb8819ea961db4 |
--- /dev/null |
+++ b/components/user_prefs/README |
@@ -0,0 +1,8 @@ |
+The //components/user_pref component provides: |
+ |
+a) The UserPrefs class, where components dependent on looking up |
+preferences associated with users can look them up by |
+content::BrowserContext. |
+ |
+b) A place for PrefRegistrySyncable to live, where it can be used by |
+components that need to register preferences associated with users. |