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

Unified Diff: services/tracing/public/cpp/tracing_impl.h

Issue 2182643003: Remove shell::Connection* parameter to InterfaceFactory<T>::Create() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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/tracing/public/cpp/tracing_impl.h
diff --git a/services/tracing/public/cpp/tracing_impl.h b/services/tracing/public/cpp/tracing_impl.h
index 3408d820d54397dc303a22ef1afe99368a80e51d..e8f2fee30c76b9d2fa548a7eaca9b850bf3f3379 100644
--- a/services/tracing/public/cpp/tracing_impl.h
+++ b/services/tracing/public/cpp/tracing_impl.h
@@ -29,7 +29,7 @@ class TracingImpl : public shell::InterfaceFactory<tracing::TraceProvider> {
private:
// InterfaceFactory<tracing::TraceProvider> implementation.
- void Create(shell::Connection* connection,
+ void Create(const shell::Identity& remote_identity,
tracing::TraceProviderRequest request) override;
std::unique_ptr<shell::Connection> connection_;

Powered by Google App Engine
This is Rietveld 408576698