Revert 168224 - Update V8 to version 3.15.4.
[chromium-blink-merge.git] / chrome / browser / ui / crypto_module_password_dialog_openssl.cc
blob749cbb99aa63fccfcec063f0530b657b6088f2d2
1 // Copyright (c) 2011 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.
5 #include "chrome/browser/ui/crypto_module_password_dialog.h"
7 #include "base/logging.h"
9 namespace chrome {
11 void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
12 CryptoModulePasswordReason reason,
13 const std::string& host,
14 const base::Closure& callback) {
15 // TODO(bulach): implement me.
16 NOTREACHED();
19 void UnlockCertSlotIfNecessary(net::X509Certificate* cert,
20 CryptoModulePasswordReason reason,
21 const std::string& host,
22 const base::Closure& callback) {
23 // TODO(bulach): implement me.
24 NOTREACHED();
27 } // namespace chrome