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

Unified Diff: ui/ozone/public/ozone_gpu_test_helper.cc

Issue 2476883002: Remove obsolete methods from IPC::Channel and related classes. (Closed)
Patch Set: 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
« ipc/ipc_channel.h ('K') | « tools/ipc_fuzzer/message_replay/replay_process.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ozone/public/ozone_gpu_test_helper.cc
diff --git a/ui/ozone/public/ozone_gpu_test_helper.cc b/ui/ozone/public/ozone_gpu_test_helper.cc
index 6ab095ef0dfc09a967e8707893e25ecd313150f0..ca8ebf3d2ff3ef5b28304790f933d527a8610fb5 100644
--- a/ui/ozone/public/ozone_gpu_test_helper.cc
+++ b/ui/ozone/public/ozone_gpu_test_helper.cc
@@ -70,23 +70,6 @@ class FakeGpuProcess : public IPC::Channel {
return base::kNullProcessId;
}
- base::ProcessId GetSelfPID() const override {
- NOTREACHED();
- return base::kNullProcessId;
- }
-
-#if defined(OS_POSIX) && !defined(OS_NACL_SFI)
- int GetClientFileDescriptor() const override {
- NOTREACHED();
- return 0;
- }
-
- base::ScopedFD TakeClientFileDescriptor() override {
- NOTREACHED();
- return base::ScopedFD();
- }
-#endif
-
private:
scoped_refptr<base::SingleThreadTaskRunner> ui_task_runner_;
};
« ipc/ipc_channel.h ('K') | « tools/ipc_fuzzer/message_replay/replay_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698