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

Unified Diff: chrome/browser/ui/test/browser_dialog_browsertest.cc

Issue 2660553005: Harmony - convert hung renderer dialog. (Closed)
Patch Set: remove test friends Created 3 years, 11 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698