Index: chrome/browser/browser_process_impl.h |
diff --git a/chrome/browser/browser_process_impl.h b/chrome/browser/browser_process_impl.h |
index 869bd8f885960af5d4c4f112a06713be13a1ac6b..cd83ee6e60f6a28ba3bf179b645e80ddade62489 100644 |
--- a/chrome/browser/browser_process_impl.h |
+++ b/chrome/browser/browser_process_impl.h |
@@ -49,7 +49,8 @@ class BrowserProcessImpl : public BrowserProcess, |
// Called after the threads have been created but before the message loops |
// starts running. Allows the browser process to do any initialization that |
// requires all threads running. |
- void PreMainMessageLoopRun(); |
+ // Virtual for testing. |
+ virtual void PreMainMessageLoopRun(); |
// Most cleanup is done by these functions, driven from |
// ChromeBrowserMain based on notifications from the content |