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

Unified Diff: chrome/common/property_bag.h

Issue 126101: Adds kind-of-live thumbnail generation for a potential tab switcher. (Closed)
Patch Set: For Checking hopefully Created 11 years, 6 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
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/common/transport_dib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/property_bag.h
diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h
index d2f355952bbe42f57a65fd8684699f1c76930cdb..afc7bd39fbc23757c23dfd883500a1da5f79fdca 100644
--- a/chrome/common/property_bag.h
+++ b/chrome/common/property_bag.h
@@ -131,7 +131,7 @@ class PropertyAccessor : public PropertyAccessorBase {
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));
}
« no previous file with comments | « chrome/common/notification_type.h ('k') | chrome/common/transport_dib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698