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

Unified Diff: chrome/browser/profiles/profile_manager_unittest.cc

Issue 7129009: Fix ProfileManagerTest.CreateProfileAsync failures on cros. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « no previous file | chrome/test/testing_browser_process.cc » ('j') | chrome/test/testing_browser_process.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
-
« no previous file with comments | « no previous file | chrome/test/testing_browser_process.cc » ('j') | chrome/test/testing_browser_process.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698