| Index: chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
 | 
| diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
 | 
| index 8809d62b11d3036c9521e20f2e3a8e6409c3e74e..6a5dc67acca046b36a8ab0181f0e02fdfb92aa85 100644
 | 
| --- a/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
 | 
| +++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper_unittest.cc
 | 
| @@ -169,7 +169,8 @@ class ProfileSigninConfirmationHelperTest : public testing::Test {
 | 
|  #endif
 | 
|  };
 | 
|  
 | 
| -TEST_F(ProfileSigninConfirmationHelperTest, DoNotPromptForNewProfile) {
 | 
| +// http://crbug.com/393149
 | 
| +TEST_F(ProfileSigninConfirmationHelperTest, DISABLED_DoNotPromptForNewProfile) {
 | 
|    // Profile is new and there's no profile data.
 | 
|    EXPECT_FALSE(
 | 
|        GetCallbackResult(
 | 
| @@ -217,7 +218,9 @@ TEST_F(ProfileSigninConfirmationHelperTest, PromptForNewProfile_Extensions) {
 | 
|        base::Bind(&ui::CheckShouldPromptForNewProfile, profile_.get())));
 | 
|  }
 | 
|  
 | 
| -TEST_F(ProfileSigninConfirmationHelperTest, PromptForNewProfile_History) {
 | 
| +// http://crbug.com/393149
 | 
| +TEST_F(ProfileSigninConfirmationHelperTest,
 | 
| +       DISABLED_PromptForNewProfile_History) {
 | 
|    HistoryService* history = HistoryServiceFactory::GetForProfile(
 | 
|        profile_.get(),
 | 
|        Profile::EXPLICIT_ACCESS);
 | 
| @@ -240,7 +243,9 @@ TEST_F(ProfileSigninConfirmationHelperTest, PromptForNewProfile_History) {
 | 
|                profile_.get())));
 | 
|  }
 | 
|  
 | 
| -TEST_F(ProfileSigninConfirmationHelperTest, PromptForNewProfile_TypedURLs) {
 | 
| +// http://crbug.com/393149
 | 
| +TEST_F(ProfileSigninConfirmationHelperTest,
 | 
| +       DISABLED_PromptForNewProfile_TypedURLs) {
 | 
|    HistoryService* history = HistoryServiceFactory::GetForProfile(
 | 
|        profile_.get(),
 | 
|        Profile::EXPLICIT_ACCESS);
 | 
| 
 |