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

Unified Diff: content/common/navigator_connect_messages.h

Issue 1192713004: Update client side navigator.connect API to use ServicePortCollection [2/3] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 5 years, 6 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 | « content/common/content_message_generator.h ('k') | content/common/service_port_service.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/navigator_connect_messages.h
diff --git a/content/common/navigator_connect_messages.h b/content/common/navigator_connect_messages.h
deleted file mode 100644
index 760a69a2e75af956c2a255e27c42252bae1eaad7..0000000000000000000000000000000000000000
--- a/content/common/navigator_connect_messages.h
+++ /dev/null
@@ -1,32 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// IPC messages for navigator.connect
-
-#include "content/public/common/message_port_types.h"
-#include "content/public/common/navigator_connect_client.h"
-#include "ipc/ipc_message_macros.h"
-#include "url/gurl.h"
-
-#define IPC_MESSAGE_START NavigatorConnectMsgStart
-
-IPC_STRUCT_TRAITS_BEGIN(content::NavigatorConnectClient)
- IPC_STRUCT_TRAITS_MEMBER(target_url)
- IPC_STRUCT_TRAITS_MEMBER(origin)
- IPC_STRUCT_TRAITS_MEMBER(message_port_id)
-IPC_STRUCT_TRAITS_END()
-
-// Messages sent from the child process to the browser.
-IPC_MESSAGE_CONTROL3(NavigatorConnectHostMsg_Connect,
- int /* thread_id */,
- int /* request_id */,
- content::NavigatorConnectClient /* client */)
-
-// Messages sent from the browser to the child process.
-IPC_MESSAGE_CONTROL5(NavigatorConnectMsg_ConnectResult,
- int /* thread_id */,
- int /* request_id */,
- content::TransferredMessagePort /* message_port */,
- int /* message_port_route_id */,
- bool /* allow_connect */)
« no previous file with comments | « content/common/content_message_generator.h ('k') | content/common/service_port_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698