Chromium Code Reviews| Index: chrome/browser/ui/test/browser_dialog_browsertest.cc |
| diff --git a/chrome/browser/ui/test/browser_dialog_browsertest.cc b/chrome/browser/ui/test/browser_dialog_browsertest.cc |
| index 2c769d3b28b6081501ef2d977d440cf41e9a9cd4..911d46025dcbd5b039afc13e9c972d80276176e5 100644 |
| --- a/chrome/browser/ui/test/browser_dialog_browsertest.cc |
| +++ b/chrome/browser/ui/test/browser_dialog_browsertest.cc |
| @@ -66,6 +66,9 @@ TEST(BrowserDialogTest, Invoke) { |
| command.AppendSwitchASCII(switches::kTestLauncherTimeout, |
| TestTimeouts::kNoTimeoutSwitchValue); |
| command.AppendSwitch(switches::kEnablePixelOutputInTests); |
| +#if defined(OS_WIN) |
| + options.wait = true; |
|
Bret
2017/02/01 00:05:30
This is the fix for having to pass in --single-pro
tapted
2017/02/01 00:52:48
Can you comment here?
I don't know too much about
Bret
2017/02/01 02:21:46
I actually don't know why this is necessary either
Peter Kasting
2017/02/02 00:32:30
I don't know either, but it would be good to find
Bret
2017/02/03 01:47:17
This is way outside of my wheelhouse, so I'd rathe
|
| +#endif |
| } else { |
| options.wait = true; |
| } |