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

Unified Diff: chrome/browser/ui/browser_dialogs.h

Issue 1150173002: Remove the SCT viewer UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review feedback Created 5 years, 7 months 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
Index: chrome/browser/ui/browser_dialogs.h
diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
index 2d78b9ef0d86d0e9360573562121bd07ba7af6d7..05f4e37991ba9e52fa5c6e9b1bd1d102e5682be0 100644
--- a/chrome/browser/ui/browser_dialogs.h
+++ b/chrome/browser/ui/browser_dialogs.h
@@ -6,7 +6,6 @@
#define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
#include "base/callback.h"
-#include "content/public/common/signed_certificate_timestamp_id_and_status.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/native_widget_types.h"
@@ -70,12 +69,6 @@ void ShowCreateChromeAppShortcutsDialog(
content::ColorChooser* ShowColorChooser(content::WebContents* web_contents,
SkColor initial_color);
-// 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_
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/signed_certificate_timestamp_info_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698