| 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 c9f690d4dfc85092ba2eec64763114d26a65b508..5405264be5b07652bb2c1c72e224ed87ad373976 100644
|
| --- a/chrome/browser/ui/views/stubs_aura.cc
|
| +++ b/chrome/browser/ui/views/stubs_aura.cc
|
| @@ -13,7 +13,7 @@
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| #if !defined(OS_WIN)
|
| -#include "chrome/browser/ui/gtk/certificate_dialogs.h"
|
| +#include "chrome/browser/ui/certificate_dialogs.h"
|
| #endif
|
|
|
| #if defined(USE_NSS)
|
| @@ -95,25 +95,6 @@ FirstRunBubble* FirstRunBubble::Show(
|
| return NULL;
|
| }
|
|
|
| -#if !defined(OS_WIN)
|
| -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
|
| -
|
| namespace importer {
|
|
|
| void ShowImportProgressDialog(gfx::NativeWindow parent_window,
|
|
|