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

Unified Diff: net/quic/crypto/channel_id_chromium.h

Issue 1076063002: Remove certificates from Channel ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Udpate KeysEqual to fail if preconditions fail Created 5 years, 7 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
« no previous file with comments | « net/net.gypi ('k') | net/quic/crypto/channel_id_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/channel_id_chromium.h
diff --git a/net/quic/crypto/channel_id_chromium.h b/net/quic/crypto/channel_id_chromium.h
index 20a1d8d7aa84041d6bd7d85409ff250b260d0907..43a1ed390b61d26542876dbfb58db7459eba8173 100644
--- a/net/quic/crypto/channel_id_chromium.h
+++ b/net/quic/crypto/channel_id_chromium.h
@@ -19,7 +19,8 @@ class ChannelIDService;
class NET_EXPORT_PRIVATE ChannelIDKeyChromium: public ChannelIDKey {
public:
- explicit ChannelIDKeyChromium(crypto::ECPrivateKey* ec_private_key);
+ explicit ChannelIDKeyChromium(
+ scoped_ptr<crypto::ECPrivateKey> ec_private_key);
~ChannelIDKeyChromium() override;
// ChannelIDKey interface
« no previous file with comments | « net/net.gypi ('k') | net/quic/crypto/channel_id_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698