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

Unified Diff: content/browser/navigator_connect/service_port_service_impl.h

Issue 1409223004: mandoline: Add automatic tracing at mojo call sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Safety rebase to ToT Created 5 years, 2 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: content/browser/navigator_connect/service_port_service_impl.h
diff --git a/content/browser/navigator_connect/service_port_service_impl.h b/content/browser/navigator_connect/service_port_service_impl.h
index c599b8690ed603df94cd32ed24390eb13e938c59..852ec6b232e4cea235a4a11aee219d250eb4fd8e 100644
--- a/content/browser/navigator_connect/service_port_service_impl.h
+++ b/content/browser/navigator_connect/service_port_service_impl.h
@@ -57,9 +57,10 @@ class ServicePortServiceImpl : public ServicePortService {
void Connect(const mojo::String& target_url,
const mojo::String& origin,
const ConnectCallback& callback) override;
- void PostMessage(int32_t port_id,
- const mojo::String& message,
- mojo::Array<MojoTransferredMessagePortPtr> ports) override;
+ void PostMessageToPort(
+ int32_t port_id,
+ const mojo::String& message,
+ mojo::Array<MojoTransferredMessagePortPtr> ports) override;
void ClosePort(int32_t port_id) override;
// Callback called when a connection to a service has been establised or
« no previous file with comments | « components/web_view/frame_connection.cc ('k') | content/browser/navigator_connect/service_port_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698