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

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

Issue 14322002: Remove unused ImportProgressDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 months 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
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(

Powered by Google App Engine
This is Rietveld 408576698