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

Unified Diff: net/ssl/channel_id_service.cc

Issue 2608453002: Remove the password parameter for ECPrivateKey::ExportEncryptedPrivateKey. (Closed)
Patch Set: fmt Created 4 years 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: net/ssl/channel_id_service.cc
diff --git a/net/ssl/channel_id_service.cc b/net/ssl/channel_id_service.cc
index 53c3c636cd775f3d59da36ded6ec23cb0286d2df..74ab38169585c1e91b970625ea8c8f8b98769620 100644
--- a/net/ssl/channel_id_service.cc
+++ b/net/ssl/channel_id_service.cc
@@ -201,9 +201,6 @@ class ChannelIDServiceJob {
bool create_if_missing_;
};
-// static
-const char ChannelIDService::kEPKIPassword[] = "";
-
ChannelIDService::Request::Request() : service_(NULL) {
}

Powered by Google App Engine
This is Rietveld 408576698