| 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..dbd314e3fd554969420c1312cc052ee450933ea8 100644
|
| --- a/content/browser/browser_main_loop.h
|
| +++ b/content/browser/browser_main_loop.h
|
| @@ -67,7 +67,7 @@ class CONTENT_EXPORT BrowserMainLoop {
|
| void Init();
|
|
|
| void EarlyInitialization();
|
| - void InitializeToolkit();
|
| + bool InitializeToolkit();
|
| void MainMessageLoopStart();
|
|
|
| // Create and start running the tasks we need to complete startup. Note that
|
|
|