Commit 7a6ab04c authored by saintlou@chromium.org's avatar saintlou@chromium.org

More stub cleanup. Removed unused #include and stubs for Linux.


BUG=none
TEST=none


Review URL: http://codereview.chromium.org/8536034

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109752 0039d316-1c4b-4281-b951-d872f2087c98
parent 99692d8d
...@@ -4,15 +4,15 @@ ...@@ -4,15 +4,15 @@
#include "base/logging.h" #include "base/logging.h"
#include "chrome/browser/bookmarks/bookmark_editor.h"
#include "chrome/browser/external_protocol/external_protocol_handler.h" #include "chrome/browser/external_protocol/external_protocol_handler.h"
#include "chrome/browser/first_run/first_run.h"
#include "chrome/browser/first_run/first_run_import_observer.h"
#include "chrome/browser/importer/importer_progress_dialog.h" #include "chrome/browser/importer/importer_progress_dialog.h"
#include "chrome/browser/ui/views/first_run_bubble.h"
#include "ui/gfx/native_widget_types.h" #include "ui/gfx/native_widget_types.h"
#if !defined(OS_WIN) #if defined(OS_WIN)
#include "chrome/browser/first_run/first_run.h"
#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/gtk/certificate_dialogs.h"
#endif #endif
...@@ -23,9 +23,7 @@ ...@@ -23,9 +23,7 @@
class SSLClientAuthHandler; class SSLClientAuthHandler;
class TabContents; class TabContents;
class TabContentsWrapper; class TabContentsWrapper;
namespace crypto {
class CryptoModuleBlockingPasswordDelegate;
}
namespace net { namespace net {
class SSLCertRequestInfo; class SSLCertRequestInfo;
class X509Certificate; class X509Certificate;
...@@ -60,9 +58,7 @@ crypto::CryptoModuleBlockingPasswordDelegate* ...@@ -60,9 +58,7 @@ crypto::CryptoModuleBlockingPasswordDelegate*
NOTIMPLEMENTED(); NOTIMPLEMENTED();
return NULL; return NULL;
} }
#endif
#if !defined(OS_WIN)
void ShowCryptoModulePasswordDialog( void ShowCryptoModulePasswordDialog(
const std::string& module_name, const std::string& module_name,
bool retry, bool retry,
...@@ -81,7 +77,6 @@ void ShowCertificateViewer(gfx::NativeWindow parent, ...@@ -81,7 +77,6 @@ void ShowCertificateViewer(gfx::NativeWindow parent,
net::X509Certificate* cert) { net::X509Certificate* cert) {
// No certificate viewer on Windows. // No certificate viewer on Windows.
} }
#endif
// static // static
FirstRunBubble* FirstRunBubble::Show( FirstRunBubble* FirstRunBubble::Show(
...@@ -94,8 +89,7 @@ FirstRunBubble* FirstRunBubble::Show( ...@@ -94,8 +89,7 @@ FirstRunBubble* FirstRunBubble::Show(
NOTIMPLEMENTED(); NOTIMPLEMENTED();
return NULL; return NULL;
} }
#else
#if !defined(OS_WIN)
void ShowCertSelectFileDialog(SelectFileDialog* select_file_dialog, void ShowCertSelectFileDialog(SelectFileDialog* select_file_dialog,
SelectFileDialog::Type type, SelectFileDialog::Type type,
const FilePath& suggested_path, const FilePath& suggested_path,
...@@ -112,7 +106,7 @@ void ShowCertExportDialog(TabContents* tab_contents, ...@@ -112,7 +106,7 @@ void ShowCertExportDialog(TabContents* tab_contents,
// TODO(saintlou); // TODO(saintlou);
NOTIMPLEMENTED(); NOTIMPLEMENTED();
} }
#endif #endif // OS_WIN
namespace importer { namespace importer {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment