Chromium Code Reviews| Index: chrome/browser/password_manager/chrome_password_manager_client.cc |
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client.cc b/chrome/browser/password_manager/chrome_password_manager_client.cc |
| index df029aee357b8dec1ca6818c1e06058f092054f7..876185474853d41398b9a3015cefb2d70bd0b743 100644 |
| --- a/chrome/browser/password_manager/chrome_password_manager_client.cc |
| +++ b/chrome/browser/password_manager/chrome_password_manager_client.cc |
| @@ -354,7 +354,7 @@ void ChromePasswordManagerClient::CommitFillPasswordForm( |
| } |
| bool ChromePasswordManagerClient::IsTheHotNewBubbleUIEnabled() { |
| -#if !defined(USE_AURA) |
| +#if !defined(USE_AURA) && !defined(OS_MACOSX) |
|
vabr (Chromium)
2014/08/05 13:14:26
This is within //chrome, which means desktop only.
dconnelly
2014/08/06 12:46:12
Done.
|
| return false; |
| #endif |
| CommandLine* command_line = CommandLine::ForCurrentProcess(); |