Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(87)

Unified Diff: chrome/browser/importer/firefox_importer_browsertest.cc

Issue 2296633002: Fix Firefox bookmarks import. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/importer/mock_importer_bridge.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/firefox_importer_browsertest.cc
diff --git a/chrome/browser/importer/firefox_importer_browsertest.cc b/chrome/browser/importer/firefox_importer_browsertest.cc
index eb852bd453e1db80e04a4733d73a1e16e63fb524..e8fd16026f2fc27159705d1082fa9478fc49113a 100644
--- a/chrome/browser/importer/firefox_importer_browsertest.cc
+++ b/chrome/browser/importer/firefox_importer_browsertest.cc
@@ -38,6 +38,10 @@
#define MAYBE_IMPORTER(x) x
#endif
+// TODO(kszatan): Disabled all tests on old profiles. http://crbug.com/592239
+#undef MAYBE_IMPORTER
+#define MAYBE_IMPORTER(x) DISABLED_##x
+
namespace {
struct PasswordInfo {
« no previous file with comments | « no previous file | chrome/common/importer/mock_importer_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698