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

Unified Diff: extensions/shell/test/shell_test.cc

Issue 2835233002: Fix integration tests in src/chrome and src/extensions so that we can turn on IO thread checks wi... (Closed)
Patch Set: ready for review 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 | « extensions/shell/test/shell_apitest.cc ('k') | net/test/cert_test_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/test/shell_test.cc
diff --git a/extensions/shell/test/shell_test.cc b/extensions/shell/test/shell_test.cc
index a6930d9be2be480604fcdba857bd4ddf545451c4..ccfaed9262a54aa312d198956e9f5cb423ab4da4 100644
--- a/extensions/shell/test/shell_test.cc
+++ b/extensions/shell/test/shell_test.cc
@@ -55,9 +55,6 @@ void AppShellTest::PreRunTestOnMainThread() {
extension_system_->Init();
DCHECK(base::MessageLoopForUI::IsCurrent());
base::RunLoop().RunUntilIdle();
-
- // TODO(jam): remove this.
- disable_io_checks();
}
void AppShellTest::PostRunTestOnMainThread() {
« no previous file with comments | « extensions/shell/test/shell_apitest.cc ('k') | net/test/cert_test_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698