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

Unified Diff: chrome/browser/profiles/profile_io_data.h

Issue 42773002: Get ClientCertStore through ResourceContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update unittest, clang fix Created 7 years, 2 months 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
Index: chrome/browser/profiles/profile_io_data.h
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
index 724a728b1493bb5ba811b9e14eb83c9f81ebb372..2e8ccc2ab94ab6c7f605e05f4ef6ee35b9b58e8e 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -24,6 +24,7 @@
#include "content/public/browser/resource_context.h"
#include "net/cookies/cookie_monster.h"
#include "net/http/http_network_session.h"
+#include "net/ssl/client_cert_store.h"
jam 2013/10/25 15:33:58 nit: not needed in the header
mattm 2013/10/25 19:34:36 Done.
#include "net/url_request/url_request_job_factory.h"
class ChromeHttpUserAgentSettings;
@@ -363,6 +364,7 @@ class ProfileIOData {
virtual net::URLRequestContext* GetRequestContext() OVERRIDE;
virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE;
+ virtual scoped_ptr<net::ClientCertStore> GetClientCertStore() OVERRIDE;
private:
friend class ProfileIOData;

Powered by Google App Engine
This is Rietveld 408576698