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

Unified Diff: chrome/browser/password_manager/password_form_manager_unittest.cc

Issue 2857015: Clang/mac: Get unit_tests built. (Closed)
Patch Set: rebase Created 10 years, 6 months 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
Index: chrome/browser/password_manager/password_form_manager_unittest.cc
diff --git a/chrome/browser/password_manager/password_form_manager_unittest.cc b/chrome/browser/password_manager/password_form_manager_unittest.cc
index b8614666aae624a69a2d8e219b637b35e6dbb567..05381d668f2353a3ae49c9fbbeed38dd97a18621 100644
--- a/chrome/browser/password_manager/password_form_manager_unittest.cc
+++ b/chrome/browser/password_manager/password_form_manager_unittest.cc
@@ -13,6 +13,8 @@
using webkit_glue::PasswordForm;
+#if 0
+
class PasswordFormManagerTest : public testing::Test {
public:
PasswordFormManagerTest() {
@@ -228,3 +230,4 @@ TEST_F(PasswordFormManagerTest, TestValidForms) {
EXPECT_FALSE(manager3.HasValidPasswordForm());
}
+#endif

Powered by Google App Engine
This is Rietveld 408576698