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

Unified Diff: services/dart/dart_tracing.h

Issue 2014043002: Make TracingImpl take a Shell* and args, instead of an ApplicationImpl*. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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 | « services/dart/content_handler_app.cc ('k') | services/dart/dart_tracing.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/dart/dart_tracing.h
diff --git a/services/dart/dart_tracing.h b/services/dart/dart_tracing.h
index d9a669c8528162adcd1d5cb462760721833814ee..8e5fb5483932c03c2591caf6ea30a15574da4d18 100644
--- a/services/dart/dart_tracing.h
+++ b/services/dart/dart_tracing.h
@@ -48,7 +48,7 @@ class DartTracingImpl {
// This connects to the tracing service and registers ourselves to provide
// tracing data on demand.
- void Initialize(mojo::ApplicationImpl* app);
+ void Initialize(mojo::Shell* shell);
private:
DartTraceProvider provider_impl_;
« no previous file with comments | « services/dart/content_handler_app.cc ('k') | services/dart/dart_tracing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698