Fix Windows shared library build.
TBR=willchan BUG=none Review URL: http://codereview.chromium.org/8050027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103013 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -24,7 +24,8 @@ namespace net {
|
|||||||
// Tracks which hosts have enabled *-Transport-Security. This object manages
|
// Tracks which hosts have enabled *-Transport-Security. This object manages
|
||||||
// the in-memory store. A separate object must register itself with this object
|
// the in-memory store. A separate object must register itself with this object
|
||||||
// in order to persist the state to disk.
|
// in order to persist the state to disk.
|
||||||
class NET_EXPORT TransportSecurityState : public base::NonThreadSafe {
|
class NET_EXPORT TransportSecurityState
|
||||||
|
: NON_EXPORTED_BASE(public base::NonThreadSafe) {
|
||||||
public:
|
public:
|
||||||
// If non-empty, |hsts_hosts| is a JSON-formatted string to treat as if it
|
// If non-empty, |hsts_hosts| is a JSON-formatted string to treat as if it
|
||||||
// were a built-in entry (same format as persisted metadata in the
|
// were a built-in entry (same format as persisted metadata in the
|
||||||
|
Reference in New Issue
Block a user