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

Unified Diff: gpu/ipc/service/gpu_channel.h

Issue 2448973003: Remove use of ChannelHandle::name from gpu/ipc/service. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | gpu/ipc/service/gpu_channel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_channel.h
diff --git a/gpu/ipc/service/gpu_channel.h b/gpu/ipc/service/gpu_channel.h
index 84e2279506a30fd59809a55575b09cecaeb3c167..7ec9d25e618c762a7766132dd826b4a3778aba84 100644
--- a/gpu/ipc/service/gpu_channel.h
+++ b/gpu/ipc/service/gpu_channel.h
@@ -100,8 +100,6 @@ class GPU_EXPORT GpuChannel
return preempted_flag_;
}
- const std::string& channel_id() const { return channel_id_; }
-
virtual base::ProcessId GetClientPID() const;
int client_id() const { return client_id_; }
@@ -234,9 +232,6 @@ class GPU_EXPORT GpuChannel
IPC::Listener* unhandled_message_listener_;
- // Uniquely identifies the channel within this GPU process.
- std::string channel_id_;
-
// Used to implement message routing functionality to CommandBuffer objects
IPC::MessageRouter router_;
« no previous file with comments | « no previous file | gpu/ipc/service/gpu_channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698