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

Unified Diff: mojo/common/trace_provider_impl.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
« no previous file with comments | « examples/ui/tile/tile_app.cc ('k') | mojo/common/trace_provider_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/trace_provider_impl.h
diff --git a/mojo/common/trace_provider_impl.h b/mojo/common/trace_provider_impl.h
index a1864ff1e6619a670ed811e0fe43174b3038f0cb..217ec7a99d41d82e1f9dd1cde7cb14d44c1504c6 100644
--- a/mojo/common/trace_provider_impl.h
+++ b/mojo/common/trace_provider_impl.h
@@ -26,8 +26,9 @@ class TraceProviderImpl : public tracing::TraceProvider {
private:
// tracing::TraceProvider implementation:
- void StartTracing(const String& categories,
- tracing::TraceRecorderPtr recorder) override;
+ void StartTracing(
+ const String& categories,
+ mojo::InterfaceHandle<tracing::TraceRecorder> recorder) override;
void StopTracing() override;
void SendChunk(const scoped_refptr<base::RefCountedString>& events_str,
« no previous file with comments | « examples/ui/tile/tile_app.cc ('k') | mojo/common/trace_provider_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698