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

Unified Diff: net/base/keygen_handler.cc

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased 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
« no previous file with comments | « net/base/keygen_handler.h ('k') | net/base/keygen_handler_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/keygen_handler.cc
diff --git a/net/base/keygen_handler.cc b/net/base/keygen_handler.cc
deleted file mode 100644
index d1e91a4806a656245a42b9ff311afeb14be4e55f..0000000000000000000000000000000000000000
--- a/net/base/keygen_handler.cc
+++ /dev/null
@@ -1,29 +0,0 @@
-// Copyright (c) 2011 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.
-
-#include "net/base/keygen_handler.h"
-
-#if defined(USE_NSS_CERTS)
-#include "crypto/nss_crypto_module_delegate.h"
-#endif // defined(USE_NSS_CERTS)
-
-namespace net {
-
-// The constructor and destructor must be defined in a .cc file so that
-// CryptoModuleBlockingPasswordDelegate can be forward-declared on platforms
-// which use NSS.
-
-KeygenHandler::KeygenHandler(int key_size_in_bits,
- const std::string& challenge,
- const GURL& url)
- : key_size_in_bits_(key_size_in_bits),
- challenge_(challenge),
- url_(url),
- stores_key_(true) {
-}
-
-KeygenHandler::~KeygenHandler() {
-}
-
-} // namespace net
« no previous file with comments | « net/base/keygen_handler.h ('k') | net/base/keygen_handler_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698