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

Unified Diff: chrome/browser/gtk/certificate_manager.h

Issue 3565006: Decouples certificates viewers from NSS to prepare support for OpenSSL. (Closed)
Patch Set: Comments / ProcessIDN Created 10 years, 2 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/gtk/certificate_dialogs.cc ('k') | chrome/browser/gtk/certificate_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/certificate_manager.h
diff --git a/chrome/browser/gtk/certificate_manager.h b/chrome/browser/gtk/certificate_manager.h
deleted file mode 100644
index 304fbe468f53d02e1cff6afb7119a3f5cbf9ad54..0000000000000000000000000000000000000000
--- a/chrome/browser/gtk/certificate_manager.h
+++ /dev/null
@@ -1,38 +0,0 @@
-// Copyright (c) 2010 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_GTK_CERTIFICATE_MANAGER_H_
-#define CHROME_BROWSER_GTK_CERTIFICATE_MANAGER_H_
-#pragma once
-
-#include "gfx/native_widget_types.h"
-
-class Profile;
-class PrefService;
-
-// An identifier for the Certificate Manager window. These are treated as
-// indices into the list of available tabs to be displayed.
-// CERT_MANAGER_PAGE_DEFAULT means select the last tab viewed when the
-// Certificate Manager window was opened, or CERT_MANAGER_PAGE_USER if the
-// Certificate Manager was never opened.
-enum CertificateManagerPage {
- CERT_MANAGER_PAGE_DEFAULT = -1,
- CERT_MANAGER_PAGE_USER,
- CERT_MANAGER_PAGE_EMAIL,
- CERT_MANAGER_PAGE_SERVER,
- CERT_MANAGER_PAGE_CA,
- CERT_MANAGER_PAGE_UNKNOWN,
- CERT_MANAGER_PAGE_COUNT
-};
-
-namespace certificate_manager_util {
-
-void RegisterUserPrefs(PrefService* prefs);
-
-} // namespace certificate_manager_util
-
-void ShowCertificateManager(gfx::NativeWindow parent, Profile* profile,
- CertificateManagerPage page);
-
-#endif // CHROME_BROWSER_GTK_CERTIFICATE_MANAGER_H_
« no previous file with comments | « chrome/browser/gtk/certificate_dialogs.cc ('k') | chrome/browser/gtk/certificate_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698