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

Unified Diff: content/test/content_browser_test_test.cc

Issue 16465005: Fix dcheck in ContentBrowserTestSanityTest.SingleProcess in win aura. The problem was that GpuProce… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | « content/browser/gpu/gpu_process_host.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_browser_test_test.cc
===================================================================
--- content/test/content_browser_test_test.cc (revision 204541)
+++ content/test/content_browser_test_test.cc (working copy)
@@ -38,10 +38,8 @@
Test();
}
-#if !(defined(OS_WIN) && defined(USE_AURA)) // TODO(jam) fix dcheck.
IN_PROC_BROWSER_TEST_F(ContentBrowserTestSanityTest, SingleProcess) {
Test();
}
-#endif
} // namespace content
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698