summaryrefslogtreecommitdiffstats
path: root/chrome/common/pref_member.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/pref_member.h')
-rw-r--r--chrome/common/pref_member.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/pref_member.h b/chrome/common/pref_member.h
index 34db9bd..4b96907 100644
--- a/chrome/common/pref_member.h
+++ b/chrome/common/pref_member.h
@@ -18,7 +18,8 @@
// update if either the pref changes or if my_string_.SetValue is called.
//
// An optional observer can be passed into the Init method which can be used to
-// notify MyClass of changes.
+// notify MyClass of changes. Note that if you use SetValue(), the observer
+// will not be notified.
#ifndef CHROME_COMMON_PREF_MEMBER_H_
#define CHROME_COMMON_PREF_MEMBER_H_