| Index: chrome/browser/ui/webui/options/import_data_handler.h
|
| diff --git a/chrome/browser/ui/webui/options/import_data_handler.h b/chrome/browser/ui/webui/options/import_data_handler.h
|
| index 08ca902ebf1890cef4e9b0b9b7937a132884263d..26330596aae831f4cdbef6772b2aba6cb9eb9349 100644
|
| --- a/chrome/browser/ui/webui/options/import_data_handler.h
|
| +++ b/chrome/browser/ui/webui/options/import_data_handler.h
|
| @@ -38,6 +38,9 @@ class ImportDataHandler : public OptionsPageUIHandler,
|
| virtual void RegisterMessages() OVERRIDE;
|
|
|
| private:
|
| + void StartImport(const importer::SourceProfile& source_profile,
|
| + uint16 imported_items);
|
| +
|
| void ImportData(const base::ListValue* args);
|
|
|
| // importer::ImporterListObserver:
|
|
|