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

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

Issue 83793006: NSS: Handle unfriendly tokens in client auth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
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 d820172321a2512480e207eac0ca237f1e3b3e3f..d45204b08b9f759dd1fda70a9db54fc67c2e16d2 100644
--- a/chrome/browser/profiles/profile_io_data.h
+++ b/chrome/browser/profiles/profile_io_data.h
@@ -350,7 +350,8 @@ class ProfileIOData {
// ResourceContext implementation:
virtual net::HostResolver* GetHostResolver() OVERRIDE;
virtual net::URLRequestContext* GetRequestContext() OVERRIDE;
- virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore() OVERRIDE;
+ virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore(
+ const std::string& host_and_port) OVERRIDE;
virtual bool AllowMicAccess(const GURL& origin) OVERRIDE;
virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | content/public/browser/resource_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698