Index: content/public/browser/browser_thread.h |
=================================================================== |
--- content/public/browser/browser_thread.h (revision 111751) |
+++ content/public/browser/browser_thread.h (working copy) |
@@ -76,6 +76,10 @@ |
// This is the thread that interacts with the file system. |
FILE, |
+ // Used for file system operations that block user interactions. |
+ // Responsiveness of this thread affect users. |
+ FILE_USER_BLOCKING, |
+ |
// Used to launch and terminate Chrome processes. |
PROCESS_LAUNCHER, |