| Index: chrome/utility/importer/safari_importer.h
|
| diff --git a/chrome/utility/importer/safari_importer.h b/chrome/utility/importer/safari_importer.h
|
| index 8b346d27859296a7a6642a5a4f79aeecdf72b27f..ea64284105a873f7e5707cbf79772f85771430f6 100644
|
| --- a/chrome/utility/importer/safari_importer.h
|
| +++ b/chrome/utility/importer/safari_importer.h
|
| @@ -44,14 +44,6 @@ class SafariImporter : public Importer {
|
| uint16 items,
|
| ImporterBridge* bridge) OVERRIDE;
|
|
|
| - // Does this user account have a Safari Profile and if so, what items
|
| - // are supported?
|
| - // in: library_dir - ~/Library or a standin for testing purposes.
|
| - // out: services_supported - the service supported for import.
|
| - // Returns true if we can import the Safari profile.
|
| - static bool CanImport(const base::FilePath& library_dir,
|
| - uint16* services_supported);
|
| -
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, BookmarkImport);
|
| FRIEND_TEST_ALL_PREFIXES(SafariImporterTest, FaviconImport);
|
|
|