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

Unified Diff: chrome/browser/ui/views/stubs_aura.cc

Issue 8543001: move chrome/browser/ui/gtk/certificate_viewer.* to chrome/browser/ui, add it to (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort and rebase Created 9 years, 1 month 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/ui/gtk/certificate_viewer.cc ('k') | chrome/browser/ui/webui/certificate_viewer_webui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/stubs_aura.cc
diff --git a/chrome/browser/ui/views/stubs_aura.cc b/chrome/browser/ui/views/stubs_aura.cc
index d74ce6a53aafdeb6885ff71f77a8727ab134c41b..0e81830fa2d9f8018d37b931adf16ccbe6fa94ff 100644
--- a/chrome/browser/ui/views/stubs_aura.cc
+++ b/chrome/browser/ui/views/stubs_aura.cc
@@ -13,7 +13,7 @@
#include "chrome/browser/first_run/first_run_import_observer.h"
#include "chrome/browser/ui/views/first_run_bubble.h"
#else
-#include "chrome/browser/ui/gtk/certificate_dialogs.h"
+#include "chrome/browser/ui/certificate_dialogs.h"
#endif
#if defined(USE_NSS)
@@ -77,24 +77,6 @@ void ShowCertificateViewer(gfx::NativeWindow parent,
net::X509Certificate* cert) {
// No certificate viewer on Windows.
}
-
-#else
-void ShowCertSelectFileDialog(SelectFileDialog* select_file_dialog,
- SelectFileDialog::Type type,
- const FilePath& suggested_path,
- TabContents* tab_contents,
- gfx::NativeWindow parent,
- void* params) {
- // TODO(saintlou);
- NOTIMPLEMENTED();
-}
-
-void ShowCertExportDialog(TabContents* tab_contents,
- gfx::NativeWindow parent,
- net::X509Certificate::OSCertHandle cert) {
- // TODO(saintlou);
- NOTIMPLEMENTED();
-}
#endif // OS_WIN
namespace importer {
« no previous file with comments | « chrome/browser/ui/gtk/certificate_viewer.cc ('k') | chrome/browser/ui/webui/certificate_viewer_webui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698