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

Unified Diff: content/browser/child_process_launcher.h

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
Index: content/browser/child_process_launcher.h
diff --git a/content/browser/child_process_launcher.h b/content/browser/child_process_launcher.h
index 71c33faa4f4fe004d65bd61cfe70d01e8dacee5e..c7646bd84507875718f841ec0d6cf21905613761 100644
--- a/content/browser/child_process_launcher.h
+++ b/content/browser/child_process_launcher.h
@@ -130,7 +130,6 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
mojo::edk::ScopedPlatformHandle server_handle,
ZygoteHandle zygote,
#if defined(OS_ANDROID)
- base::ScopedFD ipcfd,
base::ScopedFD mojo_fd,
#endif
base::Process process,
@@ -139,9 +138,6 @@ class CONTENT_EXPORT ChildProcessLauncher : public base::NonThreadSafe {
// Notifies the client about the result of the operation.
void Notify(ZygoteHandle zygote,
mojo::edk::ScopedPlatformHandle server_handle,
-#if defined(OS_ANDROID)
- base::ScopedFD ipcfd,
-#endif
base::Process process,
int error_code);

Powered by Google App Engine
This is Rietveld 408576698