Index: content/public/browser/browser_thread.h |
diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h |
index 9233f5f5d5b21bae4a0f1532e7c43a2c53ef039e..bd257965a34d12c2144f1c942764f66ab1f969b6 100644 |
--- a/content/public/browser/browser_thread.h |
+++ b/content/public/browser/browser_thread.h |
@@ -186,6 +186,8 @@ class CONTENT_EXPORT BrowserThread { |
// The order or execution of tasks posted here is unspecified even when |
// posting to a SequencedTaskRunner and tasks are not guaranteed to be run |
// prior to browser shutdown. |
+ // When called after the browser startup is complete, will post |task| |
+ // to |task_runner| immediately. |
// Note: see related ContentBrowserClient::PostAfterStartupTask. |
static void PostAfterStartupTask( |
const tracked_objects::Location& from_here, |