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

Unified Diff: chromecast/browser/cast_content_browser_client.h

Issue 1304143010: Plumbing SSLPrivateKey Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing upload and refptr. Created 5 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: chromecast/browser/cast_content_browser_client.h
diff --git a/chromecast/browser/cast_content_browser_client.h b/chromecast/browser/cast_content_browser_client.h
index 11763b8b041650755f2140fb504e4dab8963ede0..197de98f255be02a7d9883fa576db69f40a52641 100644
--- a/chromecast/browser/cast_content_browser_client.h
+++ b/chromecast/browser/cast_content_browser_client.h
@@ -172,7 +172,8 @@ class CastContentBrowserClient : public content::ContentBrowserClient {
void AddNetworkHintsMessageFilter(int render_process_id,
net::URLRequestContext* context);
- net::X509Certificate* SelectClientCertificateOnIOThread(
+ void SelectClientCertificateOnIOThread(
+ scoped_ptr<content::ClientCertificateDelegate> delegate,
GURL requesting_url,
int render_process_id);

Powered by Google App Engine
This is Rietveld 408576698