Chromium Code Reviews| Index: content/browser/browser_thread.cc |
| =================================================================== |
| --- content/browser/browser_thread.cc (revision 106339) |
| +++ content/browser/browser_thread.cc (working copy) |
| @@ -17,6 +17,7 @@ |
| "Chrome_FileThread", // FILE |
| "Chrome_ProcessLauncherThread", // PROCESS_LAUNCHER |
| "Chrome_CacheThread", // CACHE |
| + "Chrome_AppCacheThread", // APPCACHE |
|
rvargas (doing something else)
2011/10/21 19:46:17
and here
|
| "Chrome_IOThread", // IO |
| #if defined(OS_CHROMEOS) |
| "Chrome_WebSocketproxyThread", // WEB_SOCKET_PROXY |