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

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, 4 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 3e4846b902d92d14cabb798ebc360a0c4da15fd8..88defdf11195e333daac721f5a72327408e64d2e 100644
--- a/chrome/browser/password_manager/password_form_manager_unittest.cc
+++ b/chrome/browser/password_manager/password_form_manager_unittest.cc
@@ -14,6 +14,8 @@
using webkit_glue::PasswordForm;
+#if 0
+
class PasswordFormManagerTest : public testing::Test {
public:
PasswordFormManagerTest() {
@@ -229,3 +231,4 @@ TEST_F(PasswordFormManagerTest, TestValidForms) {
EXPECT_FALSE(manager3.HasValidPasswordForm());
}
+#endif

Powered by Google App Engine
This is Rietveld 408576698