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

Unified Diff: chrome/browser/importer/importer_progress_dialog.h

Issue 14322002: Remove unused ImportProgressDialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reverted ImportFromBrowser back to returning an int. 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/importer/importer_progress_dialog.h
diff --git a/chrome/browser/importer/importer_progress_dialog.h b/chrome/browser/importer/importer_progress_dialog.h
deleted file mode 100644
index f2548fb40a75fa31dd49e601dfdee2fbf6a1495a..0000000000000000000000000000000000000000
--- a/chrome/browser/importer/importer_progress_dialog.h
+++ /dev/null
@@ -1,31 +0,0 @@
-// Copyright (c) 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_IMPORTER_IMPORTER_PROGRESS_DIALOG_H_
-#define CHROME_BROWSER_IMPORTER_IMPORTER_PROGRESS_DIALOG_H_
-
-#include "ui/gfx/native_widget_types.h"
-
-class ImporterHost;
-class ImporterObserver;
-class Profile;
-
-namespace importer {
-
-struct SourceProfile;
-
-// Shows an UI for importing and begins importing the specified |items| from
-// |source_profile| to |target_profile|. |importer_observer| is notified when
-// the process is complete, it can be NULL. |first_run| is true if it's invoked
-// in the first run UI.
-void ShowImportProgressDialog(uint16 items,
- ImporterHost* importer_host,
- ImporterObserver* importer_observer,
- const SourceProfile& source_profile,
- Profile* target_profile,
- bool first_run);
-
-} // namespace importer
-
-#endif // CHROME_BROWSER_IMPORTER_IMPORTER_PROGRESS_DIALOG_H_
« no previous file with comments | « chrome/browser/importer/importer_observer.h ('k') | chrome/browser/ui/cocoa/importer/import_progress_dialog_cocoa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698