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

Unified Diff: ipc/ipc_channel_factory.h

Issue 2494373002: Remove IPC channel IDs. (Closed)
Patch Set: rebase Created 4 years, 1 month 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/child_process_host_impl.cc ('k') | ipc/ipc_channel_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_channel_factory.h
diff --git a/ipc/ipc_channel_factory.h b/ipc/ipc_channel_factory.h
index 8fb18b3a2ed6416c8a29ba92f5d888eb7ff44899..688a366a08738618e351489220c6c6ec468aaed9 100644
--- a/ipc/ipc_channel_factory.h
+++ b/ipc/ipc_channel_factory.h
@@ -28,7 +28,6 @@ class IPC_EXPORT ChannelFactory {
const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner);
virtual ~ChannelFactory() { }
- virtual std::string GetName() const = 0;
virtual std::unique_ptr<Channel> BuildChannel(Listener* listener) = 0;
virtual scoped_refptr<base::SingleThreadTaskRunner> GetIPCTaskRunner() = 0;
};
« no previous file with comments | « content/common/child_process_host_impl.cc ('k') | ipc/ipc_channel_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698