Index: chrome/browser/importer/importer_host.h |
diff --git a/chrome/browser/importer/importer_host.h b/chrome/browser/importer/importer_host.h |
index 90825babe754c99aa45b182a8ed991dd63830a11..35f0fe16215329cbf69db4d07809d1ec9a6d08bb 100644 |
--- a/chrome/browser/importer/importer_host.h |
+++ b/chrome/browser/importer/importer_host.h |
@@ -83,9 +83,6 @@ class ImporterHost : public base::RefCountedThreadSafe<ImporterHost>, |
protected: |
virtual ~ImporterHost(); |
- // Returns true if importer should import to bookmark bar. |
- bool ShouldImportToBookmarkBar(bool first_run); |
- |
// Make sure that Firefox isn't running, if import browser is Firefox. Show |
// to the user a dialog that notifies that is necessary to close Firefox |
// prior to continue. |