| Index: chrome/browser/importer/firefox_importer_unittest.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_unittest.cc b/chrome/browser/importer/firefox_importer_unittest.cc
|
| index 060015daf10e33053a93d6fcdcde462e32148014..cd37d660bc37856108f97145c4054691336b984c 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest.cc
|
| @@ -16,6 +16,7 @@
|
| #include "chrome/common/chrome_paths.h"
|
|
|
| using base::Time;
|
| +#if 0
|
|
|
| // The following 2 tests require the use of the NSSDecryptor, on OSX this needs
|
| // to run in a separate process, so we use a proxy object so we can share the
|
| @@ -177,3 +178,4 @@ TEST(FirefoxImporterTest, Firefox2BookmarkParse) {
|
| EXPECT_EQ(L"", post_data);
|
| EXPECT_TRUE(Time() == add_date);
|
| }
|
| +#endif
|
|
|