Index: content/browser/browser_main_loop.h |
diff --git a/content/browser/browser_main_loop.h b/content/browser/browser_main_loop.h |
index 8f8af82db2c3beb2bbc36a014c308702db4eae8b..e3081179babf65d2c085428227cf1a6d24f745d1 100644 |
--- a/content/browser/browser_main_loop.h |
+++ b/content/browser/browser_main_loop.h |
@@ -67,7 +67,9 @@ class CONTENT_EXPORT BrowserMainLoop { |
void Init(); |
void EarlyInitialization(); |
- void InitializeToolkit(); |
+ // Initializes the toolkit. Returns whether the toolkit initialization was |
+ // successful or not. |
+ bool InitializeToolkit(); |
void MainMessageLoopStart(); |
// Create and start running the tasks we need to complete startup. Note that |