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

Unified Diff: ipc/ipc_channel.h

Issue 2343033002: IPC: Delete thread-safe send support (Closed)
Patch Set: Created 4 years, 3 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/renderer/gpu/queue_message_swap_promise_unittest.cc ('k') | ipc/ipc_channel_common.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel.h
diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
index 11b9119b28bd500f1ad2d8ba4e5a37cdeaee7c09..ba5ef42ee7a0f75feaeb4335de0c28ebc2c8b0fb 100644
--- a/ipc/ipc_channel.h
+++ b/ipc/ipc_channel.h
@@ -266,10 +266,6 @@ class IPC_EXPORT Channel : public Endpoint {
// deleted once the contents of the Message have been sent.
bool Send(Message* message) override = 0;
- // IsSendThreadSafe returns true iff it's safe to call |Send| from non-IO
- // threads. This is constant for the lifetime of the |Channel|.
- virtual bool IsSendThreadSafe() const;
-
// NaCl in Non-SFI mode runs on Linux directly, and the following functions
// compiled on Linux are also needed. Please see also comments in
// components/nacl_nonsfi.gyp for more details.
« no previous file with comments | « content/renderer/gpu/queue_message_swap_promise_unittest.cc ('k') | ipc/ipc_channel_common.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698