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

Side by Side Diff: net/test/channel_id_test_util.h

Issue 1076063002: Remove certificates from Channel ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mixplaced close paren 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 unified diff | Download patch
« no previous file with comments | « net/ssl/default_channel_id_store_unittest.cc ('k') | net/test/channel_id_test_util.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef NET_TEST_CHANNEL_ID_TEST_UTIL_H_
6 #define NET_TEST_CHANNEL_ID_TEST_UTIL_H_
7
8 #include <string>
9
10 namespace crypto {
11 class ECPrivateKey;
12 } // namespace crypto
13
14 namespace net {
15
16 void ExpectKeysEqual(crypto::ECPrivateKey* key1, crypto::ECPrivateKey* key2);
17 void ExpectKeysNotEqual(crypto::ECPrivateKey* key1, crypto::ECPrivateKey* key2);
Ryan Sleevi 2015/05/18 23:54:35 1) I think if we're going to go this route, it pro
nharper 2015/05/19 07:18:50 I've updated this to combine these 2 methods into
18
19 } // namespace net
20
21 #endif // NET_TEST_CHANNEL_ID_TEST_UTIL_H_
OLDNEW
« no previous file with comments | « net/ssl/default_channel_id_store_unittest.cc ('k') | net/test/channel_id_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698