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

Unified Diff: ios/chrome/test/ios_chrome_unit_test_suite.h

Issue 2592173002: Fix ios_chrome_unittests to crash on DCHECK failure. (Closed)
Patch Set: Address comments Created 4 years 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 | « ios/chrome/test/BUILD.gn ('k') | ios/chrome/test/ios_chrome_unit_test_suite.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/test/ios_chrome_unit_test_suite.h
diff --git a/ios/chrome/test/ios_chrome_unit_test_suite.h b/ios/chrome/test/ios_chrome_unit_test_suite.h
index 86e8314d9e193c56979d953c9b50c93d64e0d478..faf545dc66472a7011339e558bb9c83220177be5 100644
--- a/ios/chrome/test/ios_chrome_unit_test_suite.h
+++ b/ios/chrome/test/ios_chrome_unit_test_suite.h
@@ -7,6 +7,7 @@
#include "base/compiler_specific.h"
#include "base/macros.h"
+#include "base/single_thread_task_runner.h"
#include "ios/web/public/test/web_test_suite.h"
// Test suite for unit tests.
@@ -19,6 +20,8 @@ class IOSChromeUnitTestSuite : public web::WebTestSuite {
void Initialize() override;
private:
+ scoped_refptr<base::SingleThreadTaskRunner> action_task_runner_;
+
DISALLOW_COPY_AND_ASSIGN(IOSChromeUnitTestSuite);
};
« no previous file with comments | « ios/chrome/test/BUILD.gn ('k') | ios/chrome/test/ios_chrome_unit_test_suite.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698