| Index: chrome/browser/importer/external_process_importer_host.h
|
| diff --git a/chrome/browser/importer/external_process_importer_host.h b/chrome/browser/importer/external_process_importer_host.h
|
| index 3184a5d5401b734d1c6f176ba928e8dbcbbda5d9..6bbd0e3a0d077b4c4901af471f5abc43bfe7f796 100644
|
| --- a/chrome/browser/importer/external_process_importer_host.h
|
| +++ b/chrome/browser/importer/external_process_importer_host.h
|
| @@ -47,9 +47,6 @@ class ExternalProcessImporterHost : public ImporterHost {
|
| // Bitmask of items to be imported (see importer::ImportItem enum).
|
| uint16 items_;
|
|
|
| - // Whether to import bookmarks to the bookmark bar.
|
| - bool import_to_bookmark_bar_;
|
| -
|
| // True if the import process has been cancelled.
|
| bool cancelled_;
|
|
|
|
|