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

Unified Diff: mojo/shell/url_request_context_getter.h

Issue 59693008: Give mojo_shell a TransportSecurityPersister (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sprinkle some NET_EXPORT Created 7 years, 1 month 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 | « chrome/chrome_tests_unit.gypi ('k') | mojo/shell/url_request_context_getter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/url_request_context_getter.h
diff --git a/mojo/shell/url_request_context_getter.h b/mojo/shell/url_request_context_getter.h
index cc9125ddc66ca8bf628eab57bf5e05deeefc0fc4..7ffec047706ede6ccf4bf25458ff8a56a352fe34 100644
--- a/mojo/shell/url_request_context_getter.h
+++ b/mojo/shell/url_request_context_getter.h
@@ -9,6 +9,7 @@
#include "base/memory/scoped_ptr.h"
#include "base/message_loop/message_loop_proxy.h"
#include "net/base/network_delegate.h"
+#include "net/http/transport_security_persister.h"
#include "net/url_request/url_request_context_getter.h"
#include "net/url_request/url_request_context_storage.h"
@@ -40,6 +41,7 @@ class URLRequestContextGetter : public net::URLRequestContextGetter {
scoped_ptr<net::NetLog> net_log_;
scoped_ptr<net::URLRequestContextStorage> storage_;
scoped_ptr<net::URLRequestContext> url_request_context_;
+ scoped_ptr<net::TransportSecurityPersister> transport_security_persister_;
DISALLOW_COPY_AND_ASSIGN(URLRequestContextGetter);
};
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | mojo/shell/url_request_context_getter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698