Index: content/browser/navigator_connect/navigator_connect_context_impl.h |
diff --git a/content/browser/navigator_connect/navigator_connect_context_impl.h b/content/browser/navigator_connect/navigator_connect_context_impl.h |
index 1f53c5379a57455dcb8703143288a4c3c2d7aef2..ffb4647041f445d342383a458f59eea8e3df778f 100644 |
--- a/content/browser/navigator_connect/navigator_connect_context_impl.h |
+++ b/content/browser/navigator_connect/navigator_connect_context_impl.h |
@@ -53,7 +53,8 @@ class NavigatorConnectContextImpl : public NavigatorConnectContext { |
int client_message_port_id, |
int client_port_route_id, |
const ConnectCallback& callback, |
- MessagePortDelegate* delegate); |
+ MessagePortDelegate* delegate, |
+ bool data_as_values); |
// List of factories to try to handle URLs. |
ScopedVector<NavigatorConnectServiceFactory> service_factories_; |