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

Unified Diff: chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc

Issue 2200143002: Re-enable ProcessPriorityAfterStoppedAudio test on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc
diff --git a/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc b/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc
index cd0a3eb84f19204e0c90c6f9472a398eb01ff92f..08c940679f9e1e135e8762ba031286c5b057c133 100644
--- a/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc
+++ b/chrome/browser/renderer_host/render_process_host_chrome_browsertest.cc
@@ -593,15 +593,8 @@ class ChromeRenderProcessHostBackgroundingTest
// Test to make sure that a process is backgrounded when the audio stops playing
// from the active tab and there is an immediate tab switch.
-// Disable on Windows due to ongoing flakiness. (crbug.com/616421)
-#if defined(OS_WIN)
-#define MAYBE_ProcessPriorityAfterStoppedAudio \
- DISABLED_ProcessPriorityAfterStoppedAudio
-#else
-#define MAYBE_ProcessPriorityAfterStoppedAudio ProcessPriorityAfterStoppedAudio
-#endif
IN_PROC_BROWSER_TEST_F(ChromeRenderProcessHostBackgroundingTest,
- MAYBE_ProcessPriorityAfterStoppedAudio) {
+ ProcessPriorityAfterStoppedAudio) {
// This test is invalid on platforms that can't background.
if (!base::Process::CanBackgroundProcesses())
return;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698