Index: chrome/browser/profiles/profile_manager_unittest.cc |
=================================================================== |
--- chrome/browser/profiles/profile_manager_unittest.cc (revision 88256) |
+++ chrome/browser/profiles/profile_manager_unittest.cc (working copy) |
@@ -24,8 +24,6 @@ |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#if !defined(OS_CHROMEOS) // disable temporary while jam debugs debug failures |
- |
namespace { |
// This global variable is used to check that value returned to different |
// observers is the same. |
@@ -33,8 +31,6 @@ |
} // namespace |
-#endif |
- |
class ProfileManagerTest : public TestingBrowserProcessTest { |
protected: |
ProfileManagerTest() |
@@ -180,8 +176,6 @@ |
message_loop_.RunAllPending(); |
} |
-#if !defined(OS_CHROMEOS) // disable temporary while jam debugs debug failures |
- |
// Tests asynchronous profile creation mechanism. |
TEST_F(ProfileManagerTest, CreateProfileAsync) { |
FilePath dest_path = |
@@ -235,5 +229,3 @@ |
message_loop_.RunAllPending(); |
} |
-#endif |
- |