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

Unified Diff: chrome/test/base/in_process_browser_test.cc

Issue 2844053002: Enable thread restriction checks in browser_tests and interactive_ui_tests on all platforms other t… (Closed)
Patch Set: Created 3 years, 8 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/test/base/in_process_browser_test.cc
diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
index 19b7c7b53587cf05124c0eed5db11480ac1aa69e..8d8cac931a7f3c1e0e08a71af6cc84f7b01f7ed6 100644
--- a/chrome/test/base/in_process_browser_test.cc
+++ b/chrome/test/base/in_process_browser_test.cc
@@ -571,8 +571,9 @@ void InProcessBrowserTest::PreRunTestOnMainThread() {
autorelease_pool_->Recycle();
#endif
- // TODO(jam): remove this.
+#if defined(OS_CHROMEOS) // http://crbug.com/715735
disable_io_checks();
+#endif
}
void InProcessBrowserTest::PostRunTestOnMainThread() {
« 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