| 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 6898eb18006674f41cfea3a9ecabd23bb47e3ead..2c3d789153e6ae51a821fc3026cdb7cd8605b67a 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)
|
| @@ -89,23 +89,6 @@ FirstRunBubble* FirstRunBubble::Show(
|
| NOTIMPLEMENTED();
|
| return NULL;
|
| }
|
| -#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 {
|
|
|