Index: content/public/browser/browser_main_runner.h |
diff --git a/content/public/browser/browser_main_runner.h b/content/public/browser/browser_main_runner.h |
index 4340687796ec32a4c939cfd00ce8ba9b276202d4..dcde509e583aedd2bccb70e3ace8a0def853b09d 100644 |
--- a/content/public/browser/browser_main_runner.h |
+++ b/content/public/browser/browser_main_runner.h |
@@ -21,7 +21,8 @@ class CONTENT_EXPORT BrowserMainRunner { |
static BrowserMainRunner* Create(); |
// Initialize all necessary browser state. The |parameters| values will be |
- // copied. |
+ // copied. Returning a non-negative value indicates that initialization |
+ // failed, and the returned value is used as the exit code for the process. |
virtual int Initialize(const content::MainFunctionParams& parameters) = 0; |
// Perform the default run logic. |