| 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 42c23ace23029758a80b4f0435e9107ee797a2fc..81029034565f571e96d545faf1e60e6f52a76a02 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest.cc
|
| @@ -15,6 +15,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
|
| @@ -176,3 +177,4 @@ TEST(FirefoxImporterTest, Firefox2BookmarkParse) {
|
| EXPECT_EQ(L"", post_data);
|
| EXPECT_TRUE(Time() == add_date);
|
| }
|
| +#endif
|
|
|