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

Unified Diff: apps/benchmark/benchmark_app.cc

Issue 2034383003: Removed exposed_services from mojom definitions. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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 | « no previous file | examples/content_handler_demo/content_handler_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/benchmark/benchmark_app.cc
diff --git a/apps/benchmark/benchmark_app.cc b/apps/benchmark/benchmark_app.cc
index 87b5ec3fc7990bdab60e686636ace7fd5942ad10..01dc4a9c1c9aea9e26702c010a4958d5b208c06f 100644
--- a/apps/benchmark/benchmark_app.cc
+++ b/apps/benchmark/benchmark_app.cc
@@ -88,8 +88,7 @@ class BenchmarkApp : public mojo::ApplicationImplBase,
// Record the time origin for measurements just before connecting to the app
// being benchmarked.
time_origin_ = base::TimeTicks::FromInternalValue(MojoGetTimeTicksNow());
- shell()->ConnectToApplication(args_.app, GetProxy(&traced_app_connection_),
- nullptr);
+ shell()->ConnectToApplication(args_.app, GetProxy(&traced_app_connection_));
// Post task to stop tracing when the time is up.
base::MessageLoop::current()->PostDelayedTask(
« no previous file with comments | « no previous file | examples/content_handler_demo/content_handler_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698