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

Unified Diff: services/dart/dart_tracing.h

Issue 1682113003: Mojo C++ bindings: Generate InterfaceHandle<> instead of InterfacePtr<>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase ontop of master, address trung's comments 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
Index: services/dart/dart_tracing.h
diff --git a/services/dart/dart_tracing.h b/services/dart/dart_tracing.h
index ec5904e679bdd7a50ad640d8d78847d6d0a40684..15f423d03e3c14d30140a63e3493b6fe9f236812 100644
--- a/services/dart/dart_tracing.h
+++ b/services/dart/dart_tracing.h
@@ -28,8 +28,9 @@ class DartTraceProvider : public tracing::TraceProvider {
private:
// tracing::TraceProvider implementation:
- void StartTracing(const mojo::String& categories,
- tracing::TraceRecorderPtr recorder) override;
+ void StartTracing(
+ const mojo::String& categories,
+ mojo::InterfaceHandle<tracing::TraceRecorder> recorder) override;
void StopTracing() override;
void SplitAndRecord(char* data, size_t length);

Powered by Google App Engine
This is Rietveld 408576698