Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / browser_dialogs.h
index a1f96a6..98c5514 100644 (file)
@@ -6,6 +6,7 @@
 #define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
 
 #include "base/callback.h"
+#include "content/public/common/signed_certificate_timestamp_id_and_status.h"
 #include "ipc/ipc_message.h"  // For IPC_MESSAGE_LOG_ENABLED.
 #include "third_party/skia/include/core/SkColor.h"
 #include "ui/gfx/native_widget_types.h"
@@ -103,6 +104,12 @@ void ShowUserManager(const base::FilePath& profile_path_to_focus);
 // Hides the User Manager.
 void HideUserManager();
 
+// Shows the Signed Certificate Timestamps viewer, to view the signed
+// certificate timestamps in |sct_ids_list|
+void ShowSignedCertificateTimestampsViewer(
+    content::WebContents* web_contents,
+    const content::SignedCertificateTimestampIDStatusList& sct_ids_list);
+
 }  // namespace chrome
 
 #endif  // CHROME_BROWSER_UI_BROWSER_DIALOGS_H_