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

Unified Diff: mojo/dart/unittests/embedder_tester/dart_test.h

Issue 1665823003: Only enable the Dart timeline for benchmarks (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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 | « mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc ('k') | mojo/tools/data/benchmarks » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/unittests/embedder_tester/dart_test.h
diff --git a/mojo/dart/unittests/embedder_tester/dart_test.h b/mojo/dart/unittests/embedder_tester/dart_test.h
index f2d9bdd578eff999b9ca95be44976fad00764e13..0a3b1eec077adb28dc76da87dd1b21f5bb804b28 100644
--- a/mojo/dart/unittests/embedder_tester/dart_test.h
+++ b/mojo/dart/unittests/embedder_tester/dart_test.h
@@ -22,7 +22,7 @@ class DartTest : public testing::Test {
DartTest() {}
static void SetUpTestCase() {
- DartController::Initialize(nullptr, true, false, nullptr, 0);
+ DartController::Initialize(nullptr, true, false, false, nullptr, 0);
}
static void TearDownTestCase() {
« no previous file with comments | « mojo/dart/unittests/embedder_tester/dart_finalizer_test.cc ('k') | mojo/tools/data/benchmarks » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698