blob: c0f1065cb414c9354c11c61801279e552ccf6b4d [file] [log] [blame]
// Copyright 2021 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 "chrome/browser/certificate_viewer.h"
#include "base/notreached.h"
void ShowCertificateViewer(content::WebContents* web_contents,
gfx::NativeWindow parent,
net::X509Certificate* cert) {
// TODO(crbug.com/1234748)
NOTIMPLEMENTED_LOG_ONCE();
}