Chromium Code Reviews| Index: chrome/common/property_bag.h |
| =================================================================== |
| --- chrome/common/property_bag.h (revision 17971) |
| +++ chrome/common/property_bag.h (working copy) |
| @@ -131,7 +131,7 @@ |
| PropertyAccessor() : PropertyAccessorBase() {} |
| virtual ~PropertyAccessor() {} |
| - // Takes ownership of the |prop| pointer. |
| + // Makes a copy of the |prop| object for storage. |
| void SetProperty(PropertyBag* bag, const T& prop) { |
| SetPropertyInternal(bag, new Container(prop)); |
| } |