Index: content/public/browser/browser_shutdown.h |
=================================================================== |
--- content/public/browser/browser_shutdown.h (revision 117096) |
+++ content/public/browser/browser_shutdown.h (working copy) |
@@ -17,8 +17,7 @@ |
// This causes the shutdown sequence embodied by |
// BrowserMainParts::PostMainMessageLoopRun through |
// BrowserMainParts::PostDestroyThreads to occur, i.e. we pretend the |
-// message loop finished, all threads are stopped in sequence and |
-// PreStopThread/PostStopThread gets called, and at least, |
+// message loop finished, all threads are stopped in sequence and then |
// PostDestroyThreads is called. |
// |
// As this violates the normal order of shutdown, likely leaving the |