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

Unified Diff: content/browser/browser_child_process_host_impl.h

Issue 1923653002: Wire up process launch error codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android Created 4 years, 8 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
Index: content/browser/browser_child_process_host_impl.h
diff --git a/content/browser/browser_child_process_host_impl.h b/content/browser/browser_child_process_host_impl.h
index 3a798c27bbc93aeaa5d6cd15f2eb02923dcb4729..57820b21b03850649099471926a9dcfbb3735355 100644
--- a/content/browser/browser_child_process_host_impl.h
+++ b/content/browser/browser_child_process_host_impl.h
@@ -105,7 +105,7 @@ class CONTENT_EXPORT BrowserChildProcessHostImpl
// ChildProcessLauncher::Client implementation.
void OnProcessLaunched() override;
- void OnProcessLaunchFailed() override;
+ void OnProcessLaunchFailed(int error_code) override;
// Returns true if the process has successfully launched. Must only be called
// on the IO thread.

Powered by Google App Engine
This is Rietveld 408576698