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

Unified Diff: chrome/browser/certificate_viewer.h

Issue 6538100: Move core pieces of chrome\browser. I've only gone up to "g", will do the re... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: take out extra stuff from content_browser.gypi Created 9 years, 10 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
« no previous file with comments | « chrome/browser/certificate_manager_model.cc ('k') | chrome/browser/certificate_viewer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/certificate_viewer.h
===================================================================
--- chrome/browser/certificate_viewer.h (revision 75626)
+++ chrome/browser/certificate_viewer.h (working copy)
@@ -6,20 +6,7 @@
#define CHROME_BROWSER_CERTIFICATE_VIEWER_H_
#pragma once
-#include "ui/gfx/native_widget_types.h"
+// TODO(jam): remove this file when all files have been converted.
+#include "content/browser/certificate_viewer.h"
-namespace net {
-
-class X509Certificate;
-
-} // namespace net
-
-// Opens a certificate viewer under |parent| to display the certificate from
-// the |CertStore| with id |cert_id|.
-void ShowCertificateViewerByID(gfx::NativeWindow parent, int cert_id);
-
-// Opens a certificate viewer under |parent| to display |cert|.
-void ShowCertificateViewer(gfx::NativeWindow parent,
- net::X509Certificate* cert);
-
#endif // CHROME_BROWSER_CERTIFICATE_VIEWER_H_
« no previous file with comments | « chrome/browser/certificate_manager_model.cc ('k') | chrome/browser/certificate_viewer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698