| 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 5abe4b8d10dffe0c2bf78f0b7b08407ab9c93128..0b819e157e9a637792ec5258e75192f0748cc850 100644
|
| --- a/chrome/browser/ui/views/stubs_aura.cc
|
| +++ b/chrome/browser/ui/views/stubs_aura.cc
|
| @@ -5,14 +5,9 @@
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| #include "chrome/browser/external_protocol/external_protocol_handler.h"
|
| -#include "chrome/browser/importer/importer_progress_dialog.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| -#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
|
| +#if !defined(OS_WIN)
|
| #include "chrome/browser/ui/certificate_dialogs.h"
|
| #endif
|
|
|
| @@ -45,20 +40,6 @@ void ShowAboutIPCDialog() {
|
|
|
| } // namespace chrome
|
|
|
| -namespace importer {
|
| -
|
| -void ShowImportProgressDialog(uint16 items,
|
| - ImporterHost* importer_host,
|
| - ImporterObserver* importer_observer,
|
| - const SourceProfile& source_profile,
|
| - Profile* target_profile,
|
| - bool first_run) {
|
| - // TODO(beng);
|
| - NOTIMPLEMENTED();
|
| -}
|
| -
|
| -} // namespace importer
|
| -
|
| #if !defined(OS_CHROMEOS)
|
| // static
|
| void ExternalProtocolHandler::RunExternalProtocolDialog(
|
|
|