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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/channel_id_test_util.h
diff --git a/net/test/channel_id_test_util.h b/net/test/channel_id_test_util.h
new file mode 100644
index 0000000000000000000000000000000000000000..487f29c718e77f8d59d7c3432a4c15aa2dd01b81
--- /dev/null
+++ b/net/test/channel_id_test_util.h
@@ -0,0 +1,21 @@
+// Copyright 2015 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef NET_TEST_CHANNEL_ID_TEST_UTIL_H_
+#define NET_TEST_CHANNEL_ID_TEST_UTIL_H_
+
+#include <string>
+
+namespace crypto {
+class ECPrivateKey;
+} // namespace crypto
+
+namespace net {
+
+void ExpectKeysEqual(crypto::ECPrivateKey* key1, crypto::ECPrivateKey* key2);
+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
+
+} // namespace net
+
+#endif // NET_TEST_CHANNEL_ID_TEST_UTIL_H_
« 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