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

Unified Diff: ipc/ipc_platform_file_attachment_posix.h

Issue 2494943002: Remove IPC::BrokerableAttachment. (Closed)
Patch Set: extra test output 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 | « ipc/ipc_mojo_message_helper.cc ('k') | ipc/ipc_platform_file_attachment_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_platform_file_attachment_posix.h
diff --git a/ipc/ipc_platform_file_attachment_posix.h b/ipc/ipc_platform_file_attachment_posix.h
index d1eff609c5340b8c617dcd4a069875121eed1212..9b0790093b0608adc83fff9dce981e94955af572 100644
--- a/ipc/ipc_platform_file_attachment_posix.h
+++ b/ipc/ipc_platform_file_attachment_posix.h
@@ -23,7 +23,7 @@ class IPC_EXPORT PlatformFileAttachment : public MessageAttachment {
explicit PlatformFileAttachment(base::ScopedFD file);
Type GetType() const override;
- base::PlatformFile TakePlatformFile() override;
+ base::PlatformFile TakePlatformFile();
base::PlatformFile file() const { return file_; }
bool Owns() const { return owning_.is_valid(); }
« no previous file with comments | « ipc/ipc_mojo_message_helper.cc ('k') | ipc/ipc_platform_file_attachment_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698