summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/settings/prefs/prefs_behavior.js
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/settings/prefs/prefs_behavior.js')
-rw-r--r--chromium/chrome/browser/resources/settings/prefs/prefs_behavior.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/chrome/browser/resources/settings/prefs/prefs_behavior.js b/chromium/chrome/browser/resources/settings/prefs/prefs_behavior.js
index 8c9446000ef..76a4399c2ea 100644
--- a/chromium/chrome/browser/resources/settings/prefs/prefs_behavior.js
+++ b/chromium/chrome/browser/resources/settings/prefs/prefs_behavior.js
@@ -8,6 +8,14 @@
/** @polymerBehavior */
var PrefsBehavior = {
+ properties: {
+ /** Preferences state. */
+ prefs: {
+ type: Object,
+ notify: true,
+ },
+ },
+
/**
* Gets the pref at the given prefPath. Throws if the pref is not found.
* @param {string} prefPath