Index: chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm |
=================================================================== |
--- chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm (revision 203598) |
+++ chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm (working copy) |
@@ -49,7 +49,8 @@ |
Profile* profile, |
Profile::CreateStatus status) { |
EXPECT_TRUE(profile); |
- EXPECT_NE(Profile::CREATE_STATUS_FAIL, status); |
+ EXPECT_NE(Profile::CREATE_STATUS_LOCAL_FAIL, status); |
+ EXPECT_NE(Profile::CREATE_STATUS_REMOTE_FAIL, status); |
// This will be called multiple times. Wait until the profile is initialized |
// fully to quit the loop. |
if (status == Profile::CREATE_STATUS_INITIALIZED) |