summaryrefslogtreecommitdiffstats
path: root/base/supports_user_data.cc
Commit message (Collapse)AuthorAgeFilesLines
* SupportsUserData is not thread safejoth@chromium.org2012-09-101-2/+14
| | | | | | | | | | | Lets ensure none of its usages are unsafe. BUG= Review URL: https://chromiumcodereview.appspot.com/10919137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155794 0039d316-1c4b-4281-b951-d872f2087c98
* Unify and clean up system download notifications, add Mountain Lion support.avi@chromium.org2012-08-121-0/+4
| | | | | | | | | | BUG=138962 TEST=as in bug Review URL: https://chromiumcodereview.appspot.com/10827207 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151195 0039d316-1c4b-4281-b951-d872f2087c98
* RefCounted types should not have public destructors, base/ editionrsleevi@chromium.org2012-06-261-5/+3
| | | | | | | | | | BUG=123295 TEST=it compiles Review URL: https://chromiumcodereview.appspot.com/10332269 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144130 0039d316-1c4b-4281-b951-d872f2087c98
* Add extra data to BrowserContext so that content layer and other embedders ↵jam@chromium.org2012-02-151-0/+26
can stash data with it that has the same lifetime. Converted SSLHostState to use it for now. I'll do the rest in a followup. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9348109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122164 0039d316-1c4b-4281-b951-d872f2087c98