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

Unified Diff: chrome/common/property_bag.h

Issue 155012: Fixes two documentation bugs in property_bag. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/property_bag.h
===================================================================
--- chrome/common/property_bag.h (revision 19817)
+++ chrome/common/property_bag.h (working copy)
@@ -18,8 +18,8 @@
//
// The property bag is not read or written directly. Instead, callers go
// through a PropertyAccessor. The Accessor generates the unique IDs that
-// identify different properties, so uniquely identify a property. The Accessor
-// is templatized to also provide typesafety to the callers.
+// identify different properties. The Accessor is templatized to also provide
+// typesafety to the callers.
//
// Example:
// // Note: you don't want to use Singleton for your Accessor if you're using
@@ -123,8 +123,6 @@
// Provides typesafe accessor functions for a property bag, and manages the
// unique identifiers for properties via the PropertyAccessorBase.
-//
-// Note that class T must be derived from PropertyBag::Prop.
template<class T>
class PropertyAccessor : public PropertyAccessorBase {
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698