blob: d340ba070b992ef200202a5f145be32f9d33ca88 [file] [log] [blame]
// Copyright (c) 2012 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 CHROME_BROWSER_UI_WEBUI_CERTIFICATE_VIEWER_UI_H_
#define CHROME_BROWSER_UI_WEBUI_CERTIFICATE_VIEWER_UI_H_
#include "ui/web_dialogs/constrained_web_dialog_ui.h"
// The WebUI for chrome://view-cert
class CertificateViewerUI : public ui::ConstrainedWebDialogUI {
public:
explicit CertificateViewerUI(content::WebUI* web_ui);
virtual ~CertificateViewerUI();
DISALLOW_COPY_AND_ASSIGN(CertificateViewerUI);
};
#endif // CHROME_BROWSER_UI_WEBUI_CERTIFICATE_VIEWER_UI_H_