summaryrefslogtreecommitdiffstats
path: root/base/supports_user_data.h
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of WebKitContext. Only two out of six HTML5 related objects were in ↵jam@chromium.org2012-02-241-0/+1
| | | | | | | | | it and it was just a glorified std::pair after the recent refactorings. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9467016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@123588 0039d316-1c4b-4281-b951-d872f2087c98
* Remove getters for HTML5 related objects from the ResourceContext interface. ↵jam@chromium.org2012-02-211-0/+20
| | | | | | | | | Half of them weren't used by chrome, so they can be hidden from chrome. The rest were accessed by chrome, but we don't need every embedder to store this data on their ResourceContext implementation. Instead have content associate the data itself to simplify the work for embedders. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9425026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122790 0039d316-1c4b-4281-b951-d872f2087c98
* Add extra data to BrowserContext so that content layer and other embedders ↵jam@chromium.org2012-02-151-0/+47
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