summaryrefslogtreecommitdiffstats
path: root/content/browser/ssl/ssl_host_state_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add extra data to BrowserContext so that content layer and other embedders ↵jam@chromium.org2012-02-151-2/+2
| | | | | | | | | 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
* Remove ssl_host_state.h dependency from chrome.jam@chromium.org2012-02-131-2/+2
| | | | | | | | | I suspect there'll be a few objects that hang off BrowserContext/ResourceContext which are per profile that we don't want chrome to know about or even to create. For now, I did a one-off by manually keeping a map and deleting it when the BrowserContext goes away. If we hit others, we can generalize this into a template, perhaps like RenderViewHostObserverTracker. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9384029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121706 0039d316-1c4b-4281-b951-d872f2087c98
* Move most of the core SSL code from chrome to content. The UI code that's ↵jam@chromium.org2011-06-031-0/+154
specific to Chrome (i.e. interstitial, dialogs) stays behind. This change just moves code, and so adds a bunch of files to DEPS. I'll add proper interfaces in a follow up cl, but keeping the move simple at first. BUG=76697 Review URL: http://codereview.chromium.org/7111013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87866 0039d316-1c4b-4281-b951-d872f2087c98